Shades of Yellow Green #8AD616
Tints of Yellow Green #8AD616
RGB
CMYK
RGB Variations
Color information
#8AD616 (or 0x8AD616) is known color: Yellow Green. HEX triplet: 8A, D6 and 16. RGB value is (138,214,22). Sum of RGB (Red+Green+Blue) = 138+214+22=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD616 is #7529E9. Grayscale: #AAAAAA. Windows color (decimal): -7678442 or 1496714. OLE color: 1496714.
HSL color Cylindrical-coordinate representation of color #8AD616: hue angle of 83.75º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AD616 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 22 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.16 |
| HSL | 83.75º | 0.81% | 0.46% | - |
| HSV(B) | 83.75º | 0.9% | 0.84% | - |
| XYZ | 34.67 | 53.55 | 9.27 | - |
| YUV | 169.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 22 | 0.36 | 0 | 0.90 | 0.16 | 83.75 | 0.81 | 0.46 |
| Hex | 8A | D6 | 16 | 24 | 0 | 5A | 10 | 54 | 51 | 2E |
| Octal | 212 | 326 | 26 | 44 | 0 | 132 | 20 | 124 | 121 | 56 |
| Binary | 10001010 | 11010110 | 10110 | 100100 | 0 | 1011010 | 10000 | 1010100 | 1010001 | 101110 |
Color Harmonies of #8AD616
Complementary color
Monochromatic Colors of #8AD616
Black with #8AD616
Text Example
Text Example
White with #8AD616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD616; }
p { color: rgb(138,214,22); }
H1.HeaderClassName
{
color: #8AD616;
}
.AnyTagClassName
{
color: #8AD616;
}
</style>
background-color css
<style>
a { background-color: #8AD616; }
a { background-color: rgb(138,214,22); }
div.DivClassName
{
background-color: #8AD616;
}
.BgClassName
{
background-color: #8AD616;
}
</style>
border-color css
<style>
span { border-color: #8AD616; }
span { border-color: rgb(138,214,22); }
td.TdClassName
{
border-color: #8AD616;
}
.TagClassName
{
border-color: #8AD616;
}
</style>