Shades of Yellow Green #8AD31D
Tints of Yellow Green #8AD31D
RGB
CMYK
RGB Variations
Color information
#8AD31D (or 0x8AD31D) is known color: Yellow Green. HEX triplet: 8A, D3 and 1D. RGB value is (138,211,29). Sum of RGB (Red+Green+Blue) = 138+211+29=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD31D is #752CE2. Grayscale: #A9A9A9. Windows color (decimal): -7679203 or 1954698. OLE color: 1954698.
HSL color Cylindrical-coordinate representation of color #8AD31D: hue angle of 84.07º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AD31D is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 29 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.17 |
| HSL | 84.07º | 0.76% | 0.47% | - |
| HSV(B) | 84.07º | 0.86% | 0.83% | - |
| XYZ | 34 | 52.08 | 9.42 | - |
| YUV | 168.43 | 49.32 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 29 | 0.35 | 0 | 0.86 | 0.17 | 84.07 | 0.76 | 0.47 |
| Hex | 8A | D3 | 1D | 23 | 0 | 56 | 11 | 54 | 4C | 2F |
| Octal | 212 | 323 | 35 | 43 | 0 | 126 | 21 | 124 | 114 | 57 |
| Binary | 10001010 | 11010011 | 11101 | 100011 | 0 | 1010110 | 10001 | 1010100 | 1001100 | 101111 |
Color Harmonies of #8AD31D
Complementary color
Monochromatic Colors of #8AD31D
Black with #8AD31D
Text Example
Text Example
White with #8AD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD31D; }
p { color: rgb(138,211,29); }
H1.HeaderClassName
{
color: #8AD31D;
}
.AnyTagClassName
{
color: #8AD31D;
}
</style>
background-color css
<style>
a { background-color: #8AD31D; }
a { background-color: rgb(138,211,29); }
div.DivClassName
{
background-color: #8AD31D;
}
.BgClassName
{
background-color: #8AD31D;
}
</style>
border-color css
<style>
span { border-color: #8AD31D; }
span { border-color: rgb(138,211,29); }
td.TdClassName
{
border-color: #8AD31D;
}
.TagClassName
{
border-color: #8AD31D;
}
</style>