Shades of Yellow Green #8AD311
Tints of Yellow Green #8AD311
RGB
CMYK
RGB Variations
Color information
#8AD311 (or 0x8AD311) is known color: Yellow Green. HEX triplet: 8A, D3 and 11. RGB value is (138,211,17). Sum of RGB (Red+Green+Blue) = 138+211+17=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD311 is #752CEE. Grayscale: #A7A7A7. Windows color (decimal): -7679215 or 1168266. OLE color: 1168266.
HSL color Cylindrical-coordinate representation of color #8AD311: hue angle of 82.58º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AD311 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 17 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.17 |
| HSL | 82.58º | 0.85% | 0.45% | - |
| HSV(B) | 82.58º | 0.92% | 0.83% | - |
| XYZ | 33.88 | 52.03 | 8.79 | - |
| YUV | 167.06 | 43.32 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 17 | 0.35 | 0 | 0.92 | 0.17 | 82.58 | 0.85 | 0.45 |
| Hex | 8A | D3 | 11 | 23 | 0 | 5C | 11 | 53 | 55 | 2D |
| Octal | 212 | 323 | 21 | 43 | 0 | 134 | 21 | 123 | 125 | 55 |
| Binary | 10001010 | 11010011 | 10001 | 100011 | 0 | 1011100 | 10001 | 1010011 | 1010101 | 101101 |
Color Harmonies of #8AD311
Complementary color
Monochromatic Colors of #8AD311
Black with #8AD311
Text Example
Text Example
White with #8AD311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD311; }
p { color: rgb(138,211,17); }
H1.HeaderClassName
{
color: #8AD311;
}
.AnyTagClassName
{
color: #8AD311;
}
</style>
background-color css
<style>
a { background-color: #8AD311; }
a { background-color: rgb(138,211,17); }
div.DivClassName
{
background-color: #8AD311;
}
.BgClassName
{
background-color: #8AD311;
}
</style>
border-color css
<style>
span { border-color: #8AD311; }
span { border-color: rgb(138,211,17); }
td.TdClassName
{
border-color: #8AD311;
}
.TagClassName
{
border-color: #8AD311;
}
</style>