Shades of Lawn Green #8AE505
Tints of Lawn Green #8AE505
RGB
CMYK
RGB Variations
Color information
#8AE505 (or 0x8AE505) is known color: Lawn Green. HEX triplet: 8A, E5 and 05. RGB value is (138,229,5). Sum of RGB (Red+Green+Blue) = 138+229+5=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 229 (89.84% from 255 or 61.56% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AE505 is #751AFA. Grayscale: #B1B1B1. Windows color (decimal): -7674619 or 386442. OLE color: 386442.
HSL color Cylindrical-coordinate representation of color #8AE505: hue angle of 84.38º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AE505 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 229 | 5 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.10 |
| HSL | 84.38º | 0.96% | 0.46% | - |
| HSV(B) | 84.38º | 0.98% | 0.9% | - |
| XYZ | 38.53 | 61.45 | 9.97 | - |
| YUV | 176.26 | 31.35 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 5 | 0.40 | 0 | 0.98 | 0.10 | 84.38 | 0.96 | 0.46 |
| Hex | 8A | E5 | 5 | 28 | 0 | 62 | A | 54 | 60 | 2E |
| Octal | 212 | 345 | 5 | 50 | 0 | 142 | 12 | 124 | 140 | 56 |
| Binary | 10001010 | 11100101 | 101 | 101000 | 0 | 1100010 | 1010 | 1010100 | 1100000 | 101110 |
Color Harmonies of #8AE505
Complementary color
Monochromatic Colors of #8AE505
Black with #8AE505
Text Example
Text Example
White with #8AE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE505; }
p { color: rgb(138,229,5); }
H1.HeaderClassName
{
color: #8AE505;
}
.AnyTagClassName
{
color: #8AE505;
}
</style>
background-color css
<style>
a { background-color: #8AE505; }
a { background-color: rgb(138,229,5); }
div.DivClassName
{
background-color: #8AE505;
}
.BgClassName
{
background-color: #8AE505;
}
</style>
border-color css
<style>
span { border-color: #8AE505; }
span { border-color: rgb(138,229,5); }
td.TdClassName
{
border-color: #8AE505;
}
.TagClassName
{
border-color: #8AE505;
}
</style>