Shades of Pale Green #8CFCAC
Tints of Pale Green #8CFCAC
RGB
CMYK
RGB Variations
Color information
#8CFCAC (or 0x8CFCAC) is known color: Pale Green. HEX triplet: 8C, FC and AC. RGB value is (140,252,172). Sum of RGB (Red+Green+Blue) = 140+252+172=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFCAC is #730353. Grayscale: #D1D1D1. Windows color (decimal): -7537492 or 11336844. OLE color: 11336844.
HSL color Cylindrical-coordinate representation of color #8CFCAC: hue angle of 137.14º 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 #8CFCAC is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 172 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.01 |
| HSL | 137.14º | 0.95% | 0.77% | - |
| HSV(B) | 137.14º | 0.44% | 0.99% | - |
| XYZ | 53.07 | 78.17 | 51.32 | - |
| YUV | 209.39 | 106.89 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 172 | 0.44 | 0 | 0.32 | 0.01 | 137.14 | 0.95 | 0.77 |
| Hex | 8C | FC | AC | 2C | 0 | 20 | 1 | 89 | 5F | 4D |
| Octal | 214 | 374 | 254 | 54 | 0 | 40 | 1 | 211 | 137 | 115 |
| Binary | 10001100 | 11111100 | 10101100 | 101100 | 0 | 100000 | 1 | 10001001 | 1011111 | 1001101 |
Color Harmonies of #8CFCAC
Complementary color
Monochromatic Colors of #8CFCAC
Black with #8CFCAC
Text Example
Text Example
White with #8CFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCAC; }
p { color: rgb(140,252,172); }
H1.HeaderClassName
{
color: #8CFCAC;
}
.AnyTagClassName
{
color: #8CFCAC;
}
</style>
background-color css
<style>
a { background-color: #8CFCAC; }
a { background-color: rgb(140,252,172); }
div.DivClassName
{
background-color: #8CFCAC;
}
.BgClassName
{
background-color: #8CFCAC;
}
</style>
border-color css
<style>
span { border-color: #8CFCAC; }
span { border-color: rgb(140,252,172); }
td.TdClassName
{
border-color: #8CFCAC;
}
.TagClassName
{
border-color: #8CFCAC;
}
</style>