Shades of Lawn Green #8AF01C
Tints of Lawn Green #8AF01C
RGB
CMYK
RGB Variations
Color information
#8AF01C (or 0x8AF01C) is known color: Lawn Green. HEX triplet: 8A, F0 and 1C. RGB value is (138,240,28). Sum of RGB (Red+Green+Blue) = 138+240+28=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF01C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF01C is #750FE3. Grayscale: #BABABA. Windows color (decimal): -7671780 or 1896586. OLE color: 1896586.
HSL color Cylindrical-coordinate representation of color #8AF01C: hue angle of 88.87º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AF01C is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 28 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.06 |
| HSL | 88.87º | 0.88% | 0.53% | - |
| HSV(B) | 88.87º | 0.88% | 0.94% | - |
| XYZ | 41.85 | 67.81 | 11.98 | - |
| YUV | 185.33 | 39.21 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 28 | 0.42 | 0 | 0.88 | 0.06 | 88.87 | 0.88 | 0.53 |
| Hex | 8A | F0 | 1C | 2A | 0 | 58 | 6 | 59 | 58 | 35 |
| Octal | 212 | 360 | 34 | 52 | 0 | 130 | 6 | 131 | 130 | 65 |
| Binary | 10001010 | 11110000 | 11100 | 101010 | 0 | 1011000 | 110 | 1011001 | 1011000 | 110101 |
Color Harmonies of #8AF01C
Complementary color
Monochromatic Colors of #8AF01C
Black with #8AF01C
Text Example
Text Example
White with #8AF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF01C; }
p { color: rgb(138,240,28); }
H1.HeaderClassName
{
color: #8AF01C;
}
.AnyTagClassName
{
color: #8AF01C;
}
</style>
background-color css
<style>
a { background-color: #8AF01C; }
a { background-color: rgb(138,240,28); }
div.DivClassName
{
background-color: #8AF01C;
}
.BgClassName
{
background-color: #8AF01C;
}
</style>
border-color css
<style>
span { border-color: #8AF01C; }
span { border-color: rgb(138,240,28); }
td.TdClassName
{
border-color: #8AF01C;
}
.TagClassName
{
border-color: #8AF01C;
}
</style>