Shades of Light Green #8CF08F
Tints of Light Green #8CF08F
RGB
CMYK
RGB Variations
Color information
#8CF08F (or 0x8CF08F) is known color: Light Green. HEX triplet: 8C, F0 and 8F. RGB value is (140,240,143). Sum of RGB (Red+Green+Blue) = 140+240+143=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF08F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF08F is #730F70. Grayscale: #C7C7C7. Windows color (decimal): -7540593 or 9433228. OLE color: 9433228.
HSL color Cylindrical-coordinate representation of color #8CF08F: hue angle of 121.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF08F is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 143 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.06 |
| HSL | 121.8º | 0.77% | 0.75% | - |
| HSV(B) | 121.8º | 0.42% | 0.94% | - |
| XYZ | 46.93 | 69.88 | 37 | - |
| YUV | 199.04 | 96.37 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 143 | 0.42 | 0 | 0.40 | 0.06 | 121.8 | 0.77 | 0.75 |
| Hex | 8C | F0 | 8F | 2A | 0 | 28 | 6 | 7A | 4D | 4B |
| Octal | 214 | 360 | 217 | 52 | 0 | 50 | 6 | 172 | 115 | 113 |
| Binary | 10001100 | 11110000 | 10001111 | 101010 | 0 | 101000 | 110 | 1111010 | 1001101 | 1001011 |
Color Harmonies of #8CF08F
Complementary color
Monochromatic Colors of #8CF08F
Black with #8CF08F
Text Example
Text Example
White with #8CF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF08F; }
p { color: rgb(140,240,143); }
H1.HeaderClassName
{
color: #8CF08F;
}
.AnyTagClassName
{
color: #8CF08F;
}
</style>
background-color css
<style>
a { background-color: #8CF08F; }
a { background-color: rgb(140,240,143); }
div.DivClassName
{
background-color: #8CF08F;
}
.BgClassName
{
background-color: #8CF08F;
}
</style>
border-color css
<style>
span { border-color: #8CF08F; }
span { border-color: rgb(140,240,143); }
td.TdClassName
{
border-color: #8CF08F;
}
.TagClassName
{
border-color: #8CF08F;
}
</style>