Shades of Yellow Green #8AD716
Tints of Yellow Green #8AD716
RGB
CMYK
RGB Variations
Color information
#8AD716 (or 0x8AD716) is known color: Yellow Green. HEX triplet: 8A, D7 and 16. RGB value is (138,215,22). Sum of RGB (Red+Green+Blue) = 138+215+22=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD716 is #7528E9. Grayscale: #AAAAAA. Windows color (decimal): -7678186 or 1496970. OLE color: 1496970.
HSL color Cylindrical-coordinate representation of color #8AD716: hue angle of 83.94º 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 #8AD716 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 215 | 22 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.16 |
| HSL | 83.94º | 0.81% | 0.46% | - |
| HSV(B) | 83.94º | 0.9% | 0.84% | - |
| XYZ | 34.93 | 54.06 | 9.35 | - |
| YUV | 169.98 | 44.49 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 215 | 22 | 0.36 | 0 | 0.90 | 0.16 | 83.94 | 0.81 | 0.46 |
| Hex | 8A | D7 | 16 | 24 | 0 | 5A | 10 | 54 | 51 | 2E |
| Octal | 212 | 327 | 26 | 44 | 0 | 132 | 20 | 124 | 121 | 56 |
| Binary | 10001010 | 11010111 | 10110 | 100100 | 0 | 1011010 | 10000 | 1010100 | 1010001 | 101110 |
Color Harmonies of #8AD716
Complementary color
Monochromatic Colors of #8AD716
Black with #8AD716
Text Example
Text Example
White with #8AD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD716; }
p { color: rgb(138,215,22); }
H1.HeaderClassName
{
color: #8AD716;
}
.AnyTagClassName
{
color: #8AD716;
}
</style>
background-color css
<style>
a { background-color: #8AD716; }
a { background-color: rgb(138,215,22); }
div.DivClassName
{
background-color: #8AD716;
}
.BgClassName
{
background-color: #8AD716;
}
</style>
border-color css
<style>
span { border-color: #8AD716; }
span { border-color: rgb(138,215,22); }
td.TdClassName
{
border-color: #8AD716;
}
.TagClassName
{
border-color: #8AD716;
}
</style>