Shades of Light Green #8CF095
Tints of Light Green #8CF095
RGB
CMYK
RGB Variations
Color information
#8CF095 (or 0x8CF095) is known color: Light Green. HEX triplet: 8C, F0 and 95. RGB value is (140,240,149). Sum of RGB (Red+Green+Blue) = 140+240+149=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF095 is #730F6A. Grayscale: #C7C7C7. Windows color (decimal): -7540587 or 9826444. OLE color: 9826444.
HSL color Cylindrical-coordinate representation of color #8CF095: hue angle of 125.4º 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 #8CF095 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 149 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.06 |
| HSL | 125.4º | 0.77% | 0.75% | - |
| HSV(B) | 125.4º | 0.42% | 0.94% | - |
| XYZ | 47.4 | 70.07 | 39.46 | - |
| YUV | 199.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 149 | 0.42 | 0 | 0.38 | 0.06 | 125.4 | 0.77 | 0.75 |
| Hex | 8C | F0 | 95 | 2A | 0 | 26 | 6 | 7D | 4D | 4B |
| Octal | 214 | 360 | 225 | 52 | 0 | 46 | 6 | 175 | 115 | 113 |
| Binary | 10001100 | 11110000 | 10010101 | 101010 | 0 | 100110 | 110 | 1111101 | 1001101 | 1001011 |
Color Harmonies of #8CF095
Complementary color
Monochromatic Colors of #8CF095
Black with #8CF095
Text Example
Text Example
White with #8CF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF095; }
p { color: rgb(140,240,149); }
H1.HeaderClassName
{
color: #8CF095;
}
.AnyTagClassName
{
color: #8CF095;
}
</style>
background-color css
<style>
a { background-color: #8CF095; }
a { background-color: rgb(140,240,149); }
div.DivClassName
{
background-color: #8CF095;
}
.BgClassName
{
background-color: #8CF095;
}
</style>
border-color css
<style>
span { border-color: #8CF095; }
span { border-color: rgb(140,240,149); }
td.TdClassName
{
border-color: #8CF095;
}
.TagClassName
{
border-color: #8CF095;
}
</style>