Shades of Yellow Green #8ADE20
Tints of Yellow Green #8ADE20
RGB
CMYK
RGB Variations
Color information
#8ADE20 (or 0x8ADE20) is known color: Yellow Green. HEX triplet: 8A, DE and 20. RGB value is (138,222,32). Sum of RGB (Red+Green+Blue) = 138+222+32=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 222 (87.11% from 255 or 56.63% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE20 is #7521DF. Grayscale: #AFAFAF. Windows color (decimal): -7676384 or 2154122. OLE color: 2154122.
HSL color Cylindrical-coordinate representation of color #8ADE20: hue angle of 86.53º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8ADE20 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 32 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.13 |
| HSL | 86.53º | 0.75% | 0.5% | - |
| HSV(B) | 86.53º | 0.86% | 0.87% | - |
| XYZ | 36.86 | 57.75 | 10.57 | - |
| YUV | 175.22 | 47.17 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 32 | 0.38 | 0 | 0.86 | 0.13 | 86.53 | 0.75 | 0.5 |
| Hex | 8A | DE | 20 | 26 | 0 | 56 | D | 57 | 4B | 32 |
| Octal | 212 | 336 | 40 | 46 | 0 | 126 | 15 | 127 | 113 | 62 |
| Binary | 10001010 | 11011110 | 100000 | 100110 | 0 | 1010110 | 1101 | 1010111 | 1001011 | 110010 |
Color Harmonies of #8ADE20
Complementary color
Monochromatic Colors of #8ADE20
Black with #8ADE20
Text Example
Text Example
White with #8ADE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE20; }
p { color: rgb(138,222,32); }
H1.HeaderClassName
{
color: #8ADE20;
}
.AnyTagClassName
{
color: #8ADE20;
}
</style>
background-color css
<style>
a { background-color: #8ADE20; }
a { background-color: rgb(138,222,32); }
div.DivClassName
{
background-color: #8ADE20;
}
.BgClassName
{
background-color: #8ADE20;
}
</style>
border-color css
<style>
span { border-color: #8ADE20; }
span { border-color: rgb(138,222,32); }
td.TdClassName
{
border-color: #8ADE20;
}
.TagClassName
{
border-color: #8ADE20;
}
</style>