Shades of Yellow Green #8AD511
Tints of Yellow Green #8AD511
RGB
CMYK
RGB Variations
Color information
#8AD511 (or 0x8AD511) is known color: Yellow Green. HEX triplet: 8A, D5 and 11. RGB value is (138,213,17). Sum of RGB (Red+Green+Blue) = 138+213+17=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD511 is #752AEE. Grayscale: #A8A8A8. Windows color (decimal): -7678703 or 1168778. OLE color: 1168778.
HSL color Cylindrical-coordinate representation of color #8AD511: hue angle of 82.96º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AD511 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 17 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.16 |
| HSL | 82.96º | 0.85% | 0.45% | - |
| HSV(B) | 82.96º | 0.92% | 0.84% | - |
| XYZ | 34.38 | 53.03 | 8.95 | - |
| YUV | 168.23 | 42.65 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 17 | 0.35 | 0 | 0.92 | 0.16 | 82.96 | 0.85 | 0.45 |
| Hex | 8A | D5 | 11 | 23 | 0 | 5C | 10 | 53 | 55 | 2D |
| Octal | 212 | 325 | 21 | 43 | 0 | 134 | 20 | 123 | 125 | 55 |
| Binary | 10001010 | 11010101 | 10001 | 100011 | 0 | 1011100 | 10000 | 1010011 | 1010101 | 101101 |
Color Harmonies of #8AD511
Complementary color
Monochromatic Colors of #8AD511
Black with #8AD511
Text Example
Text Example
White with #8AD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD511; }
p { color: rgb(138,213,17); }
H1.HeaderClassName
{
color: #8AD511;
}
.AnyTagClassName
{
color: #8AD511;
}
</style>
background-color css
<style>
a { background-color: #8AD511; }
a { background-color: rgb(138,213,17); }
div.DivClassName
{
background-color: #8AD511;
}
.BgClassName
{
background-color: #8AD511;
}
</style>
border-color css
<style>
span { border-color: #8AD511; }
span { border-color: rgb(138,213,17); }
td.TdClassName
{
border-color: #8AD511;
}
.TagClassName
{
border-color: #8AD511;
}
</style>