Shades of Light Green #8CF08A
Tints of Light Green #8CF08A
RGB
CMYK
RGB Variations
Color information
#8CF08A (or 0x8CF08A) is known color: Light Green. HEX triplet: 8C, F0 and 8A. RGB value is (140,240,138). Sum of RGB (Red+Green+Blue) = 140+240+138=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF08A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF08A is #730F75. Grayscale: #C6C6C6. Windows color (decimal): -7540598 or 9105548. OLE color: 9105548.
HSL color Cylindrical-coordinate representation of color #8CF08A: hue angle of 118.82º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF08A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 138 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.06 |
| HSL | 118.82º | 0.77% | 0.74% | - |
| HSV(B) | 118.82º | 0.43% | 0.94% | - |
| XYZ | 46.56 | 69.73 | 35.05 | - |
| YUV | 198.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 138 | 0.42 | 0 | 0.42 | 0.06 | 118.82 | 0.77 | 0.74 |
| Hex | 8C | F0 | 8A | 2A | 0 | 2A | 6 | 77 | 4D | 4A |
| Octal | 214 | 360 | 212 | 52 | 0 | 52 | 6 | 167 | 115 | 112 |
| Binary | 10001100 | 11110000 | 10001010 | 101010 | 0 | 101010 | 110 | 1110111 | 1001101 | 1001010 |
Color Harmonies of #8CF08A
Complementary color
Monochromatic Colors of #8CF08A
Black with #8CF08A
Text Example
Text Example
White with #8CF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF08A; }
p { color: rgb(140,240,138); }
H1.HeaderClassName
{
color: #8CF08A;
}
.AnyTagClassName
{
color: #8CF08A;
}
</style>
background-color css
<style>
a { background-color: #8CF08A; }
a { background-color: rgb(140,240,138); }
div.DivClassName
{
background-color: #8CF08A;
}
.BgClassName
{
background-color: #8CF08A;
}
</style>
border-color css
<style>
span { border-color: #8CF08A; }
span { border-color: rgb(140,240,138); }
td.TdClassName
{
border-color: #8CF08A;
}
.TagClassName
{
border-color: #8CF08A;
}
</style>