Shades of Lawn Green #8AEF20
Tints of Lawn Green #8AEF20
RGB
CMYK
RGB Variations
Color information
#8AEF20 (or 0x8AEF20) is known color: Lawn Green. HEX triplet: 8A, EF and 20. RGB value is (138,239,32). Sum of RGB (Red+Green+Blue) = 138+239+32=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 239 (93.75% from 255 or 58.44% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEF20 is #7510DF. Grayscale: #B9B9B9. Windows color (decimal): -7672032 or 2158474. OLE color: 2158474.
HSL color Cylindrical-coordinate representation of color #8AEF20: hue angle of 89.28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AEF20 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 239 | 32 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.06 |
| HSL | 89.28º | 0.87% | 0.53% | - |
| HSV(B) | 89.28º | 0.87% | 0.94% | - |
| XYZ | 41.61 | 67.24 | 12.15 | - |
| YUV | 185.2 | 41.54 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 239 | 32 | 0.42 | 0 | 0.87 | 0.06 | 89.28 | 0.87 | 0.53 |
| Hex | 8A | EF | 20 | 2A | 0 | 57 | 6 | 59 | 57 | 35 |
| Octal | 212 | 357 | 40 | 52 | 0 | 127 | 6 | 131 | 127 | 65 |
| Binary | 10001010 | 11101111 | 100000 | 101010 | 0 | 1010111 | 110 | 1011001 | 1010111 | 110101 |
Color Harmonies of #8AEF20
Complementary color
Monochromatic Colors of #8AEF20
Black with #8AEF20
Text Example
Text Example
White with #8AEF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEF20; }
p { color: rgb(138,239,32); }
H1.HeaderClassName
{
color: #8AEF20;
}
.AnyTagClassName
{
color: #8AEF20;
}
</style>
background-color css
<style>
a { background-color: #8AEF20; }
a { background-color: rgb(138,239,32); }
div.DivClassName
{
background-color: #8AEF20;
}
.BgClassName
{
background-color: #8AEF20;
}
</style>
border-color css
<style>
span { border-color: #8AEF20; }
span { border-color: rgb(138,239,32); }
td.TdClassName
{
border-color: #8AEF20;
}
.TagClassName
{
border-color: #8AEF20;
}
</style>