Shades of Lawn Green #8AF00C
Tints of Lawn Green #8AF00C
RGB
CMYK
RGB Variations
Color information
#8AF00C (or 0x8AF00C) is known color: Lawn Green. HEX triplet: 8A, F0 and 0C. RGB value is (138,240,12). Sum of RGB (Red+Green+Blue) = 138+240+12=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 240 (94.14% from 255 or 61.54% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF00C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF00C is #750FF3. Grayscale: #B8B8B8. Windows color (decimal): -7671796 or 848010. OLE color: 848010.
HSL color Cylindrical-coordinate representation of color #8AF00C: hue angle of 86.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AF00C is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 12 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.06 |
| HSL | 86.84º | 0.9% | 0.49% | - |
| HSV(B) | 86.84º | 0.95% | 0.94% | - |
| XYZ | 41.71 | 67.75 | 11.23 | - |
| YUV | 183.51 | 31.21 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 12 | 0.42 | 0 | 0.95 | 0.06 | 86.84 | 0.9 | 0.49 |
| Hex | 8A | F0 | C | 2A | 0 | 5F | 6 | 57 | 5A | 31 |
| Octal | 212 | 360 | 14 | 52 | 0 | 137 | 6 | 127 | 132 | 61 |
| Binary | 10001010 | 11110000 | 1100 | 101010 | 0 | 1011111 | 110 | 1010111 | 1011010 | 110001 |
Color Harmonies of #8AF00C
Complementary color
Monochromatic Colors of #8AF00C
Black with #8AF00C
Text Example
Text Example
White with #8AF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF00C; }
p { color: rgb(138,240,12); }
H1.HeaderClassName
{
color: #8AF00C;
}
.AnyTagClassName
{
color: #8AF00C;
}
</style>
background-color css
<style>
a { background-color: #8AF00C; }
a { background-color: rgb(138,240,12); }
div.DivClassName
{
background-color: #8AF00C;
}
.BgClassName
{
background-color: #8AF00C;
}
</style>
border-color css
<style>
span { border-color: #8AF00C; }
span { border-color: rgb(138,240,12); }
td.TdClassName
{
border-color: #8AF00C;
}
.TagClassName
{
border-color: #8AF00C;
}
</style>