Shades of Lawn Green #8AF021
Tints of Lawn Green #8AF021
RGB
CMYK
RGB Variations
Color information
#8AF021 (or 0x8AF021) is known color: Lawn Green. HEX triplet: 8A, F0 and 21. RGB value is (138,240,33). Sum of RGB (Red+Green+Blue) = 138+240+33=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF021 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF021 is #750FDE. Grayscale: #BABABA. Windows color (decimal): -7671775 or 2224266. OLE color: 2224266.
HSL color Cylindrical-coordinate representation of color #8AF021: hue angle of 89.57º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AF021 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 33 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.06 |
| HSL | 89.57º | 0.87% | 0.54% | - |
| HSV(B) | 89.57º | 0.86% | 0.94% | - |
| XYZ | 41.92 | 67.83 | 12.32 | - |
| YUV | 185.9 | 41.71 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 33 | 0.42 | 0 | 0.86 | 0.06 | 89.57 | 0.87 | 0.54 |
| Hex | 8A | F0 | 21 | 2A | 0 | 56 | 6 | 5A | 57 | 36 |
| Octal | 212 | 360 | 41 | 52 | 0 | 126 | 6 | 132 | 127 | 66 |
| Binary | 10001010 | 11110000 | 100001 | 101010 | 0 | 1010110 | 110 | 1011010 | 1010111 | 110110 |
Color Harmonies of #8AF021
Complementary color
Monochromatic Colors of #8AF021
Black with #8AF021
Text Example
Text Example
White with #8AF021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF021; }
p { color: rgb(138,240,33); }
H1.HeaderClassName
{
color: #8AF021;
}
.AnyTagClassName
{
color: #8AF021;
}
</style>
background-color css
<style>
a { background-color: #8AF021; }
a { background-color: rgb(138,240,33); }
div.DivClassName
{
background-color: #8AF021;
}
.BgClassName
{
background-color: #8AF021;
}
</style>
border-color css
<style>
span { border-color: #8AF021; }
span { border-color: rgb(138,240,33); }
td.TdClassName
{
border-color: #8AF021;
}
.TagClassName
{
border-color: #8AF021;
}
</style>