Shades of Pale Green #8CFCA0
Tints of Pale Green #8CFCA0
RGB
CMYK
RGB Variations
Color information
#8CFCA0 (or 0x8CFCA0) is known color: Pale Green. HEX triplet: 8C, FC and A0. RGB value is (140,252,160). Sum of RGB (Red+Green+Blue) = 140+252+160=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFCA0 is #73035F. Grayscale: #D0D0D0. Windows color (decimal): -7537504 or 10550412. OLE color: 10550412.
HSL color Cylindrical-coordinate representation of color #8CFCA0: hue angle of 130.71º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFCA0 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 160 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.01 |
| HSL | 130.71º | 0.95% | 0.77% | - |
| HSV(B) | 130.71º | 0.44% | 0.99% | - |
| XYZ | 51.97 | 77.73 | 45.52 | - |
| YUV | 208.02 | 100.89 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 160 | 0.44 | 0 | 0.37 | 0.01 | 130.71 | 0.95 | 0.77 |
| Hex | 8C | FC | A0 | 2C | 0 | 25 | 1 | 83 | 5F | 4D |
| Octal | 214 | 374 | 240 | 54 | 0 | 45 | 1 | 203 | 137 | 115 |
| Binary | 10001100 | 11111100 | 10100000 | 101100 | 0 | 100101 | 1 | 10000011 | 1011111 | 1001101 |
Color Harmonies of #8CFCA0
Complementary color
Monochromatic Colors of #8CFCA0
Black with #8CFCA0
Text Example
Text Example
White with #8CFCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCA0; }
p { color: rgb(140,252,160); }
H1.HeaderClassName
{
color: #8CFCA0;
}
.AnyTagClassName
{
color: #8CFCA0;
}
</style>
background-color css
<style>
a { background-color: #8CFCA0; }
a { background-color: rgb(140,252,160); }
div.DivClassName
{
background-color: #8CFCA0;
}
.BgClassName
{
background-color: #8CFCA0;
}
</style>
border-color css
<style>
span { border-color: #8CFCA0; }
span { border-color: rgb(140,252,160); }
td.TdClassName
{
border-color: #8CFCA0;
}
.TagClassName
{
border-color: #8CFCA0;
}
</style>