Shades of Light Green #8CFA8F
Tints of Light Green #8CFA8F
RGB
CMYK
RGB Variations
Color information
#8CFA8F (or 0x8CFA8F) is known color: Light Green. HEX triplet: 8C, FA and 8F. RGB value is (140,250,143). Sum of RGB (Red+Green+Blue) = 140+250+143=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFA8F is #730570. Grayscale: #CDCDCD. Windows color (decimal): -7538033 or 9435788. OLE color: 9435788.
HSL color Cylindrical-coordinate representation of color #8CFA8F: hue angle of 121.64º 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 #8CFA8F is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 143 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.02 |
| HSL | 121.64º | 0.92% | 0.76% | - |
| HSV(B) | 121.64º | 0.44% | 0.98% | - |
| XYZ | 49.96 | 75.93 | 38.01 | - |
| YUV | 204.91 | 93.06 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 143 | 0.44 | 0 | 0.43 | 0.02 | 121.64 | 0.92 | 0.76 |
| Hex | 8C | FA | 8F | 2C | 0 | 2B | 2 | 7A | 5C | 4C |
| Octal | 214 | 372 | 217 | 54 | 0 | 53 | 2 | 172 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10001111 | 101100 | 0 | 101011 | 10 | 1111010 | 1011100 | 1001100 |
Color Harmonies of #8CFA8F
Complementary color
Monochromatic Colors of #8CFA8F
Black with #8CFA8F
Text Example
Text Example
White with #8CFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA8F; }
p { color: rgb(140,250,143); }
H1.HeaderClassName
{
color: #8CFA8F;
}
.AnyTagClassName
{
color: #8CFA8F;
}
</style>
background-color css
<style>
a { background-color: #8CFA8F; }
a { background-color: rgb(140,250,143); }
div.DivClassName
{
background-color: #8CFA8F;
}
.BgClassName
{
background-color: #8CFA8F;
}
</style>
border-color css
<style>
span { border-color: #8CFA8F; }
span { border-color: rgb(140,250,143); }
td.TdClassName
{
border-color: #8CFA8F;
}
.TagClassName
{
border-color: #8CFA8F;
}
</style>