Shades of Yellow Green #8AD610
Tints of Yellow Green #8AD610
RGB
CMYK
RGB Variations
Color information
#8AD610 (or 0x8AD610) is known color: Yellow Green. HEX triplet: 8A, D6 and 10. RGB value is (138,214,16). Sum of RGB (Red+Green+Blue) = 138+214+16=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD610 is #7529EF. Grayscale: #A9A9A9. Windows color (decimal): -7678448 or 1103498. OLE color: 1103498.
HSL color Cylindrical-coordinate representation of color #8AD610: hue angle of 83.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AD610 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 16 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.16 |
| HSL | 83.03º | 0.86% | 0.45% | - |
| HSV(B) | 83.03º | 0.93% | 0.84% | - |
| XYZ | 34.62 | 53.53 | 9 | - |
| YUV | 168.7 | 41.82 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 16 | 0.36 | 0 | 0.93 | 0.16 | 83.03 | 0.86 | 0.45 |
| Hex | 8A | D6 | 10 | 24 | 0 | 5D | 10 | 53 | 56 | 2D |
| Octal | 212 | 326 | 20 | 44 | 0 | 135 | 20 | 123 | 126 | 55 |
| Binary | 10001010 | 11010110 | 10000 | 100100 | 0 | 1011101 | 10000 | 1010011 | 1010110 | 101101 |
Color Harmonies of #8AD610
Complementary color
Monochromatic Colors of #8AD610
Black with #8AD610
Text Example
Text Example
White with #8AD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD610; }
p { color: rgb(138,214,16); }
H1.HeaderClassName
{
color: #8AD610;
}
.AnyTagClassName
{
color: #8AD610;
}
</style>
background-color css
<style>
a { background-color: #8AD610; }
a { background-color: rgb(138,214,16); }
div.DivClassName
{
background-color: #8AD610;
}
.BgClassName
{
background-color: #8AD610;
}
</style>
border-color css
<style>
span { border-color: #8AD610; }
span { border-color: rgb(138,214,16); }
td.TdClassName
{
border-color: #8AD610;
}
.TagClassName
{
border-color: #8AD610;
}
</style>