Shades of Yellow Green #8ADE16
Tints of Yellow Green #8ADE16
RGB
CMYK
RGB Variations
Color information
#8ADE16 (or 0x8ADE16) is known color: Yellow Green. HEX triplet: 8A, DE and 16. RGB value is (138,222,22). Sum of RGB (Red+Green+Blue) = 138+222+22=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 222 (87.11% from 255 or 58.12% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADE16 is #7521E9. Grayscale: #AEAEAE. Windows color (decimal): -7676394 or 1498762. OLE color: 1498762.
HSL color Cylindrical-coordinate representation of color #8ADE16: hue angle of 85.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8ADE16 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 22 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.13 |
| HSL | 85.2º | 0.82% | 0.48% | - |
| HSV(B) | 85.2º | 0.9% | 0.87% | - |
| XYZ | 36.75 | 57.7 | 9.96 | - |
| YUV | 174.08 | 42.17 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 22 | 0.38 | 0 | 0.90 | 0.13 | 85.2 | 0.82 | 0.48 |
| Hex | 8A | DE | 16 | 26 | 0 | 5A | D | 55 | 52 | 30 |
| Octal | 212 | 336 | 26 | 46 | 0 | 132 | 15 | 125 | 122 | 60 |
| Binary | 10001010 | 11011110 | 10110 | 100110 | 0 | 1011010 | 1101 | 1010101 | 1010010 | 110000 |
Color Harmonies of #8ADE16
Complementary color
Monochromatic Colors of #8ADE16
Black with #8ADE16
Text Example
Text Example
White with #8ADE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE16; }
p { color: rgb(138,222,22); }
H1.HeaderClassName
{
color: #8ADE16;
}
.AnyTagClassName
{
color: #8ADE16;
}
</style>
background-color css
<style>
a { background-color: #8ADE16; }
a { background-color: rgb(138,222,22); }
div.DivClassName
{
background-color: #8ADE16;
}
.BgClassName
{
background-color: #8ADE16;
}
</style>
border-color css
<style>
span { border-color: #8ADE16; }
span { border-color: rgb(138,222,22); }
td.TdClassName
{
border-color: #8ADE16;
}
.TagClassName
{
border-color: #8ADE16;
}
</style>