Shades of Lawn Green #8AE015
Tints of Lawn Green #8AE015
RGB
CMYK
RGB Variations
Color information
#8AE015 (or 0x8AE015) is known color: Lawn Green. HEX triplet: 8A, E0 and 15. RGB value is (138,224,21). Sum of RGB (Red+Green+Blue) = 138+224+21=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 224 (87.89% from 255 or 58.49% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AE015 is #751FEA. Grayscale: #AFAFAF. Windows color (decimal): -7675883 or 1433738. OLE color: 1433738.
HSL color Cylindrical-coordinate representation of color #8AE015: hue angle of 85.42º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AE015 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 224 | 21 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.12 |
| HSL | 85.42º | 0.83% | 0.48% | - |
| HSV(B) | 85.42º | 0.91% | 0.88% | - |
| XYZ | 37.27 | 58.77 | 10.09 | - |
| YUV | 175.14 | 41.01 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 224 | 21 | 0.38 | 0 | 0.91 | 0.12 | 85.42 | 0.83 | 0.48 |
| Hex | 8A | E0 | 15 | 26 | 0 | 5B | C | 55 | 53 | 30 |
| Octal | 212 | 340 | 25 | 46 | 0 | 133 | 14 | 125 | 123 | 60 |
| Binary | 10001010 | 11100000 | 10101 | 100110 | 0 | 1011011 | 1100 | 1010101 | 1010011 | 110000 |
Color Harmonies of #8AE015
Complementary color
Monochromatic Colors of #8AE015
Black with #8AE015
Text Example
Text Example
White with #8AE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE015; }
p { color: rgb(138,224,21); }
H1.HeaderClassName
{
color: #8AE015;
}
.AnyTagClassName
{
color: #8AE015;
}
</style>
background-color css
<style>
a { background-color: #8AE015; }
a { background-color: rgb(138,224,21); }
div.DivClassName
{
background-color: #8AE015;
}
.BgClassName
{
background-color: #8AE015;
}
</style>
border-color css
<style>
span { border-color: #8AE015; }
span { border-color: rgb(138,224,21); }
td.TdClassName
{
border-color: #8AE015;
}
.TagClassName
{
border-color: #8AE015;
}
</style>