Shades of Light Green #8CF090
Tints of Light Green #8CF090
RGB
CMYK
RGB Variations
Color information
#8CF090 (or 0x8CF090) is known color: Light Green. HEX triplet: 8C, F0 and 90. RGB value is (140,240,144). Sum of RGB (Red+Green+Blue) = 140+240+144=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF090 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF090 is #730F6F. Grayscale: #C7C7C7. Windows color (decimal): -7540592 or 9498764. OLE color: 9498764.
HSL color Cylindrical-coordinate representation of color #8CF090: hue angle of 122.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 #8CF090 is Cyan = 0.42, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 144 | - |
| CMYK | 0.42 | 0 | 0.4 | 0.06 |
| HSL | 122.4º | 0.77% | 0.75% | - |
| HSV(B) | 122.4º | 0.42% | 0.94% | - |
| XYZ | 47.01 | 69.91 | 37.4 | - |
| YUV | 199.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 144 | 0.42 | 0 | 0.4 | 0.06 | 122.4 | 0.77 | 0.75 |
| Hex | 8C | F0 | 90 | 2A | 0 | 28 | 6 | 7A | 4D | 4B |
| Octal | 214 | 360 | 220 | 52 | 0 | 50 | 6 | 172 | 115 | 113 |
| Binary | 10001100 | 11110000 | 10010000 | 101010 | 0 | 101000 | 110 | 1111010 | 1001101 | 1001011 |
Color Harmonies of #8CF090
Complementary color
Monochromatic Colors of #8CF090
Black with #8CF090
Text Example
Text Example
White with #8CF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF090; }
p { color: rgb(140,240,144); }
H1.HeaderClassName
{
color: #8CF090;
}
.AnyTagClassName
{
color: #8CF090;
}
</style>
background-color css
<style>
a { background-color: #8CF090; }
a { background-color: rgb(140,240,144); }
div.DivClassName
{
background-color: #8CF090;
}
.BgClassName
{
background-color: #8CF090;
}
</style>
border-color css
<style>
span { border-color: #8CF090; }
span { border-color: rgb(140,240,144); }
td.TdClassName
{
border-color: #8CF090;
}
.TagClassName
{
border-color: #8CF090;
}
</style>