Shades of Yellow Green #8AD011
Tints of Yellow Green #8AD011
RGB
CMYK
RGB Variations
Color information
#8AD011 (or 0x8AD011) is known color: Yellow Green. HEX triplet: 8A, D0 and 11. RGB value is (138,208,17). Sum of RGB (Red+Green+Blue) = 138+208+17=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD011 is #752FEE. Grayscale: #A5A5A5. Windows color (decimal): -7679983 or 1167498. OLE color: 1167498.
HSL color Cylindrical-coordinate representation of color #8AD011: hue angle of 81.99º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AD011 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 17 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.18 |
| HSL | 81.99º | 0.85% | 0.44% | - |
| HSV(B) | 81.99º | 0.92% | 0.82% | - |
| XYZ | 33.14 | 50.56 | 8.54 | - |
| YUV | 165.3 | 44.31 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 17 | 0.34 | 0 | 0.92 | 0.18 | 81.99 | 0.85 | 0.44 |
| Hex | 8A | D0 | 11 | 22 | 0 | 5C | 12 | 52 | 55 | 2C |
| Octal | 212 | 320 | 21 | 42 | 0 | 134 | 22 | 122 | 125 | 54 |
| Binary | 10001010 | 11010000 | 10001 | 100010 | 0 | 1011100 | 10010 | 1010010 | 1010101 | 101100 |
Color Harmonies of #8AD011
Complementary color
Monochromatic Colors of #8AD011
Black with #8AD011
Text Example
Text Example
White with #8AD011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD011; }
p { color: rgb(138,208,17); }
H1.HeaderClassName
{
color: #8AD011;
}
.AnyTagClassName
{
color: #8AD011;
}
</style>
background-color css
<style>
a { background-color: #8AD011; }
a { background-color: rgb(138,208,17); }
div.DivClassName
{
background-color: #8AD011;
}
.BgClassName
{
background-color: #8AD011;
}
</style>
border-color css
<style>
span { border-color: #8AD011; }
span { border-color: rgb(138,208,17); }
td.TdClassName
{
border-color: #8AD011;
}
.TagClassName
{
border-color: #8AD011;
}
</style>