Shades of Yellow Green #8AD411
Tints of Yellow Green #8AD411
RGB
CMYK
RGB Variations
Color information
#8AD411 (or 0x8AD411) is known color: Yellow Green. HEX triplet: 8A, D4 and 11. RGB value is (138,212,17). Sum of RGB (Red+Green+Blue) = 138+212+17=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD411 is #752BEE. Grayscale: #A8A8A8. Windows color (decimal): -7678959 or 1168522. OLE color: 1168522.
HSL color Cylindrical-coordinate representation of color #8AD411: hue angle of 82.77º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AD411 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 17 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.17 |
| HSL | 82.77º | 0.85% | 0.45% | - |
| HSV(B) | 82.77º | 0.92% | 0.83% | - |
| XYZ | 34.13 | 52.53 | 8.87 | - |
| YUV | 167.64 | 42.98 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 17 | 0.35 | 0 | 0.92 | 0.17 | 82.77 | 0.85 | 0.45 |
| Hex | 8A | D4 | 11 | 23 | 0 | 5C | 11 | 53 | 55 | 2D |
| Octal | 212 | 324 | 21 | 43 | 0 | 134 | 21 | 123 | 125 | 55 |
| Binary | 10001010 | 11010100 | 10001 | 100011 | 0 | 1011100 | 10001 | 1010011 | 1010101 | 101101 |
Color Harmonies of #8AD411
Complementary color
Monochromatic Colors of #8AD411
Black with #8AD411
Text Example
Text Example
White with #8AD411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD411; }
p { color: rgb(138,212,17); }
H1.HeaderClassName
{
color: #8AD411;
}
.AnyTagClassName
{
color: #8AD411;
}
</style>
background-color css
<style>
a { background-color: #8AD411; }
a { background-color: rgb(138,212,17); }
div.DivClassName
{
background-color: #8AD411;
}
.BgClassName
{
background-color: #8AD411;
}
</style>
border-color css
<style>
span { border-color: #8AD411; }
span { border-color: rgb(138,212,17); }
td.TdClassName
{
border-color: #8AD411;
}
.TagClassName
{
border-color: #8AD411;
}
</style>