Shades of Light Green #8CF29A
Tints of Light Green #8CF29A
RGB
CMYK
RGB Variations
Color information
#8CF29A (or 0x8CF29A) is known color: Light Green. HEX triplet: 8C, F2 and 9A. RGB value is (140,242,154). Sum of RGB (Red+Green+Blue) = 140+242+154=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF29A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF29A is #730D65. Grayscale: #C9C9C9. Windows color (decimal): -7540070 or 10154636. OLE color: 10154636.
HSL color Cylindrical-coordinate representation of color #8CF29A: hue angle of 128.24º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF29A is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 154 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.05 |
| HSL | 128.24º | 0.8% | 0.75% | - |
| HSV(B) | 128.24º | 0.42% | 0.95% | - |
| XYZ | 48.4 | 71.41 | 41.8 | - |
| YUV | 201.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 154 | 0.42 | 0 | 0.36 | 0.05 | 128.24 | 0.8 | 0.75 |
| Hex | 8C | F2 | 9A | 2A | 0 | 24 | 5 | 80 | 50 | 4B |
| Octal | 214 | 362 | 232 | 52 | 0 | 44 | 5 | 200 | 120 | 113 |
| Binary | 10001100 | 11110010 | 10011010 | 101010 | 0 | 100100 | 101 | 10000000 | 1010000 | 1001011 |
Color Harmonies of #8CF29A
Complementary color
Monochromatic Colors of #8CF29A
Black with #8CF29A
Text Example
Text Example
White with #8CF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF29A; }
p { color: rgb(140,242,154); }
H1.HeaderClassName
{
color: #8CF29A;
}
.AnyTagClassName
{
color: #8CF29A;
}
</style>
background-color css
<style>
a { background-color: #8CF29A; }
a { background-color: rgb(140,242,154); }
div.DivClassName
{
background-color: #8CF29A;
}
.BgClassName
{
background-color: #8CF29A;
}
</style>
border-color css
<style>
span { border-color: #8CF29A; }
span { border-color: rgb(140,242,154); }
td.TdClassName
{
border-color: #8CF29A;
}
.TagClassName
{
border-color: #8CF29A;
}
</style>