#8ADD21

Color #8ADD21 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8ADD21

Tints of Yellow Green #8ADD21

Color information

#8ADD21 (or 0x8ADD21) is unknown color: approx Yellow Green. HEX triplet: 8A, DD and 21. RGB value is (138,221,33). Sum of RGB (Red+Green+Blue) = 138+221+33=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADD21 is #7522DE. Grayscale: #AFAFAF. Windows color (decimal): -7676639 or 2219402. OLE color: 2219402.

HSL color Cylindrical-coordinate representation of color #8ADD21: hue angle of 86.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8ADD21 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB13822133-
CMYK0.3800.850.13
HSL86.49º74.02%49.8%-
HSV(B)86.49º85.07%86.67%-
XYZ36.6157.2310.55-
YUV174.7548101.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 221 (86.72% from 255) = 56.38%
BLUE value IS 33 (13.28% from 255) = 8.42%
R=35.20%
G=56.38%
B=8.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138221330.3800.850.1386.4974.0249.8
Hex8ADD2126055D564a32
Octal212335414601251512611262
Binary100010101101110110000110011001010101110110101101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADD21; }

 p { color: rgb(138,221,33); }

 H1.HeaderClassName
 {
   color: #8ADD21;
 }
 .AnyTagClassName
 {
   color: #8ADD21;
 }
</style>
background-color css

<style>
 a { background-color: #8ADD21; }

 a { background-color: rgb(138,221,33); }

 div.DivClassName
 {
   background-color: #8ADD21;
 }
 .BgClassName
 {
   background-color: #8ADD21;
 }
</style>
border-color css

<style>
 span { border-color: #8ADD21; }

 span { border-color: rgb(138,221,33); }

 td.TdClassName
 {
   border-color: #8ADD21;
 }
 .TagClassName
 {
   border-color: #8ADD21;
 }
</style>