Shades of Light Green #8CF292
Tints of Light Green #8CF292
RGB
CMYK
RGB Variations
Color information
#8CF292 (or 0x8CF292) is known color: Light Green. HEX triplet: 8C, F2 and 92. RGB value is (140,242,146). Sum of RGB (Red+Green+Blue) = 140+242+146=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF292 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF292 is #730D6D. Grayscale: #C8C8C8. Windows color (decimal): -7540078 or 9630348. OLE color: 9630348.
HSL color Cylindrical-coordinate representation of color #8CF292: hue angle of 123.53º 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 #8CF292 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 146 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.05 |
| HSL | 123.53º | 0.8% | 0.75% | - |
| HSV(B) | 123.53º | 0.42% | 0.95% | - |
| XYZ | 47.76 | 71.16 | 38.41 | - |
| YUV | 200.56 | 97.21 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 146 | 0.42 | 0 | 0.40 | 0.05 | 123.53 | 0.8 | 0.75 |
| Hex | 8C | F2 | 92 | 2A | 0 | 28 | 5 | 7C | 50 | 4B |
| Octal | 214 | 362 | 222 | 52 | 0 | 50 | 5 | 174 | 120 | 113 |
| Binary | 10001100 | 11110010 | 10010010 | 101010 | 0 | 101000 | 101 | 1111100 | 1010000 | 1001011 |
Color Harmonies of #8CF292
Complementary color
Monochromatic Colors of #8CF292
Black with #8CF292
Text Example
Text Example
White with #8CF292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF292; }
p { color: rgb(140,242,146); }
H1.HeaderClassName
{
color: #8CF292;
}
.AnyTagClassName
{
color: #8CF292;
}
</style>
background-color css
<style>
a { background-color: #8CF292; }
a { background-color: rgb(140,242,146); }
div.DivClassName
{
background-color: #8CF292;
}
.BgClassName
{
background-color: #8CF292;
}
</style>
border-color css
<style>
span { border-color: #8CF292; }
span { border-color: rgb(140,242,146); }
td.TdClassName
{
border-color: #8CF292;
}
.TagClassName
{
border-color: #8CF292;
}
</style>