COLOR #ABE509

HEX: #ABE509
RGB: (171,229,9)

Renk bilgisi

#ABE509 contains mainly red and green colors. #ABE509 ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#ABE509 color RGB value is (171,229,9).

  • kırmız ton 171;
  • yeşil ton 229;
  • mavi ton 9.
RGB:
(171,229,9)
(67%,90%,4%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 229 of 255 = 90%
B 9 of 255 = 4%

171
229
9

R + G + B ~ 54%. #ABE509 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 229 + 9 = 409 (100%)
R 171 of 409 ~ 41.81%
G 229 of 409 ~ 55.99%
B 9 of 409 ~ 2.2%

%41.81
%55.99

CMYK RENK MODELİ

#ABE509 rengi CMYK tonu (25,0,96,10).

  • camgöbeği tonu 25.33%
  • eflatun tonu 0.00%
  • sarı tonu 96.07%
  • ana renk tonu 10.20%
CMYK:
(25,0,96,10)
C25M0Y96K10 
(25%,0%,96%,10%)
(0.25/0.00/0.96/0.10)	

CMYK yüzdeleri

%25.33
%0
%96.07
%10.2

Codes

Color #ABE509 in popluar color models

ABE509
RGB1712299
HSL76°92.44%46.67%
HSB/HSV76°96.07%89.80%
CMYK25.33%0.00%96.07%
10.20%

Color #ABE509 in popluar number systems.

HEXABE509
Decimal1712299
Binary10101011111001011001
Octal25334511

Shades and tints

Shades of #ABE509

#ABE509
(171,229,9)
#9CD109
(156,209,9)
#8DBD09
(141,189,9)
#7EA909
(126,169,9)
#6F9509
(111,149,9)
#608109
(96,129,9)
#516D09
(81,109,9)
#425909
(66,89,9)
#334509
(51,69,9)
#243109
(36,49,9)
#151D09
(21,29,9)
#000000
(0,0,0)

Tints of #ABE509

#ABE509
(171,229,9)
#B2E71F
(178,231,31)
#B9E935
(185,233,53)
#C0EB4B
(192,235,75)
#C7ED61
(199,237,97)
#CEEF77
(206,239,119)
#D5F18D
(213,241,141)
#DCF3A3
(220,243,163)
#E3F5B9
(227,245,185)
#EAF7CF
(234,247,207)
#F1F9E5
(241,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE509 color. Also use rgb(171,229,9) instead hex code.

Text Font Color

.myTextColor { color: #ABE509; }

<p style="color:#ABE509">This sample text font color is #ABE509.</p>

This text font color is #ABE509.


Background Color

.myBgColor { background-color: #ABE509; }

<div style="background-color:#ABE509">Inner text</div>

This div background color is #ABE509.


Border color

.myBorderColor { border: 1px solid #ABE509; }

<div style="border:3px solid #ABE509">Div</div>

This div border color is #ABE509.


Opacity

.myOpacity80 { color: #ABE509; opacity: 0.8; }

<p style="color:#ABE509;opacity:0.8;">80%</p>

Text with #ABE509 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ABE509;}

<p style="text-shadow: 3px 3px 1px #ABE509">Text here.</p>

This text has shadow with #ABE509 color.

.textShadow {text-shadow: 3px 3px 1px #ABE509, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABE509, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABE509 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABE509, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABE509, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABE509 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ABE509;
  -webkit-box-shadow:	1px 1px 3px 2px #ABE509;
  box-shadow:		1px 1px 3px 2px #ABE509;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABE509;
-webkit-box-shadow: 1px 1px 3px 2px #ABE509;
box-shadow:1px 1px 3px 2px #ABE509;">
Div content here</div>
This div box has shadow with color #ABE509.

Preview

Color preview on black background

This text has color #ABE509 on black background.


Color preview on white background

This text has color #ABE509 on white background.



Black color preview on #ABE509 background

This text has black color on #ABE509 background.


White color preview on #ABE509 background

This text has white color on #ABE509 background.