Shades of Light Green #8CFA8C
Tints of Light Green #8CFA8C
RGB
CMYK
RGB Variations
Color information
#8CFA8C (or 0x8CFA8C) is known color: Light Green. HEX triplet: 8C, FA and 8C. RGB value is (140,250,140). Sum of RGB (Red+Green+Blue) = 140+250+140=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFA8C is #730573. Grayscale: #CCCCCC. Windows color (decimal): -7538036 or 9239180. OLE color: 9239180.
HSL color Cylindrical-coordinate representation of color #8CFA8C: hue angle of 120º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFA8C is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 140 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.02 |
| HSL | 120º | 0.92% | 0.76% | - |
| HSV(B) | 120º | 0.44% | 0.98% | - |
| XYZ | 49.73 | 75.84 | 36.83 | - |
| YUV | 204.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 140 | 0.44 | 0 | 0.44 | 0.02 | 120 | 0.92 | 0.76 |
| Hex | 8C | FA | 8C | 2C | 0 | 2C | 2 | 78 | 5C | 4C |
| Octal | 214 | 372 | 214 | 54 | 0 | 54 | 2 | 170 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10001100 | 101100 | 0 | 101100 | 10 | 1111000 | 1011100 | 1001100 |
Color Harmonies of #8CFA8C
Complementary color
Monochromatic Colors of #8CFA8C
Black with #8CFA8C
Text Example
Text Example
White with #8CFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA8C; }
p { color: rgb(140,250,140); }
H1.HeaderClassName
{
color: #8CFA8C;
}
.AnyTagClassName
{
color: #8CFA8C;
}
</style>
background-color css
<style>
a { background-color: #8CFA8C; }
a { background-color: rgb(140,250,140); }
div.DivClassName
{
background-color: #8CFA8C;
}
.BgClassName
{
background-color: #8CFA8C;
}
</style>
border-color css
<style>
span { border-color: #8CFA8C; }
span { border-color: rgb(140,250,140); }
td.TdClassName
{
border-color: #8CFA8C;
}
.TagClassName
{
border-color: #8CFA8C;
}
</style>