Shades of Lawn Green #8AE001
Tints of Lawn Green #8AE001
RGB
CMYK
RGB Variations
Color information
#8AE001 (or 0x8AE001) is known color: Lawn Green. HEX triplet: 8A, E0 and 01. RGB value is (138,224,1). Sum of RGB (Red+Green+Blue) = 138+224+1=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 224 (87.89% from 255 or 61.71% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AE001 is #751FFE. Grayscale: #ADADAD. Windows color (decimal): -7675903 or 123018. OLE color: 123018.
HSL color Cylindrical-coordinate representation of color #8AE001: hue angle of 83.14º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AE001 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 224 | 1 | - |
| CMYK | 0.38 | 0 | 1.00 | 0.12 |
| HSL | 83.14º | 0.99% | 0.44% | - |
| HSV(B) | 83.14º | 1% | 0.88% | - |
| XYZ | 37.14 | 58.72 | 9.4 | - |
| YUV | 172.86 | 31.01 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 224 | 1 | 0.38 | 0 | 1.00 | 0.12 | 83.14 | 0.99 | 0.44 |
| Hex | 8A | E0 | 1 | 26 | 0 | 64 | C | 53 | 63 | 2C |
| Octal | 212 | 340 | 1 | 46 | 0 | 144 | 14 | 123 | 143 | 54 |
| Binary | 10001010 | 11100000 | 1 | 100110 | 0 | 1100100 | 1100 | 1010011 | 1100011 | 101100 |
Color Harmonies of #8AE001
Complementary color
Monochromatic Colors of #8AE001
Black with #8AE001
Text Example
Text Example
White with #8AE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE001; }
p { color: rgb(138,224,1); }
H1.HeaderClassName
{
color: #8AE001;
}
.AnyTagClassName
{
color: #8AE001;
}
</style>
background-color css
<style>
a { background-color: #8AE001; }
a { background-color: rgb(138,224,1); }
div.DivClassName
{
background-color: #8AE001;
}
.BgClassName
{
background-color: #8AE001;
}
</style>
border-color css
<style>
span { border-color: #8AE001; }
span { border-color: rgb(138,224,1); }
td.TdClassName
{
border-color: #8AE001;
}
.TagClassName
{
border-color: #8AE001;
}
</style>