Shades of Light Green #8CFC7A
Tints of Light Green #8CFC7A
RGB
CMYK
RGB Variations
Color information
#8CFC7A (or 0x8CFC7A) is known color: Light Green. HEX triplet: 8C, FC and 7A. RGB value is (140,252,122). Sum of RGB (Red+Green+Blue) = 140+252+122=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFC7A is #730385. Grayscale: #CCCCCC. Windows color (decimal): -7537542 or 8060044. OLE color: 8060044.
HSL color Cylindrical-coordinate representation of color #8CFC7A: hue angle of 111.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CFC7A is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 122 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.01 |
| HSL | 111.69º | 0.96% | 0.73% | - |
| HSV(B) | 111.69º | 0.52% | 0.99% | - |
| XYZ | 49.14 | 76.6 | 30.61 | - |
| YUV | 203.69 | 81.89 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 122 | 0.44 | 0 | 0.52 | 0.01 | 111.69 | 0.96 | 0.73 |
| Hex | 8C | FC | 7A | 2C | 0 | 34 | 1 | 70 | 60 | 49 |
| Octal | 214 | 374 | 172 | 54 | 0 | 64 | 1 | 160 | 140 | 111 |
| Binary | 10001100 | 11111100 | 1111010 | 101100 | 0 | 110100 | 1 | 1110000 | 1100000 | 1001001 |
Color Harmonies of #8CFC7A
Complementary color
Monochromatic Colors of #8CFC7A
Black with #8CFC7A
Text Example
Text Example
White with #8CFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC7A; }
p { color: rgb(140,252,122); }
H1.HeaderClassName
{
color: #8CFC7A;
}
.AnyTagClassName
{
color: #8CFC7A;
}
</style>
background-color css
<style>
a { background-color: #8CFC7A; }
a { background-color: rgb(140,252,122); }
div.DivClassName
{
background-color: #8CFC7A;
}
.BgClassName
{
background-color: #8CFC7A;
}
</style>
border-color css
<style>
span { border-color: #8CFC7A; }
span { border-color: rgb(140,252,122); }
td.TdClassName
{
border-color: #8CFC7A;
}
.TagClassName
{
border-color: #8CFC7A;
}
</style>