Shades of Yellow Green #8AD316
Tints of Yellow Green #8AD316
RGB
CMYK
RGB Variations
Color information
#8AD316 (or 0x8AD316) is known color: Yellow Green. HEX triplet: 8A, D3 and 16. RGB value is (138,211,22). Sum of RGB (Red+Green+Blue) = 138+211+22=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD316 is #752CE9. Grayscale: #A8A8A8. Windows color (decimal): -7679210 or 1495946. OLE color: 1495946.
HSL color Cylindrical-coordinate representation of color #8AD316: hue angle of 83.17º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AD316 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 22 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.17 |
| HSL | 83.17º | 0.81% | 0.46% | - |
| HSV(B) | 83.17º | 0.9% | 0.83% | - |
| XYZ | 33.92 | 52.05 | 9.02 | - |
| YUV | 167.63 | 45.82 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 22 | 0.35 | 0 | 0.90 | 0.17 | 83.17 | 0.81 | 0.46 |
| Hex | 8A | D3 | 16 | 23 | 0 | 5A | 11 | 53 | 51 | 2E |
| Octal | 212 | 323 | 26 | 43 | 0 | 132 | 21 | 123 | 121 | 56 |
| Binary | 10001010 | 11010011 | 10110 | 100011 | 0 | 1011010 | 10001 | 1010011 | 1010001 | 101110 |
Color Harmonies of #8AD316
Complementary color
Monochromatic Colors of #8AD316
Black with #8AD316
Text Example
Text Example
White with #8AD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD316; }
p { color: rgb(138,211,22); }
H1.HeaderClassName
{
color: #8AD316;
}
.AnyTagClassName
{
color: #8AD316;
}
</style>
background-color css
<style>
a { background-color: #8AD316; }
a { background-color: rgb(138,211,22); }
div.DivClassName
{
background-color: #8AD316;
}
.BgClassName
{
background-color: #8AD316;
}
</style>
border-color css
<style>
span { border-color: #8AD316; }
span { border-color: rgb(138,211,22); }
td.TdClassName
{
border-color: #8AD316;
}
.TagClassName
{
border-color: #8AD316;
}
</style>