Shades of Pale Green #9CFCB4
Tints of Pale Green #9CFCB4
RGB
CMYK
RGB Variations
Color information
#9CFCB4 (or 0x9CFCB4) is known color: Pale Green. HEX triplet: 9C, FC and B4. RGB value is (156,252,180). Sum of RGB (Red+Green+Blue) = 156+252+180=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCB4 is #63034B. Grayscale: #D7D7D7. Windows color (decimal): -6488908 or 11861148. OLE color: 11861148.
HSL color Cylindrical-coordinate representation of color #9CFCB4: hue angle of 135º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCB4 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 180 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.01 |
| HSL | 135º | 0.94% | 0.8% | - |
| HSV(B) | 135º | 0.38% | 0.99% | - |
| XYZ | 56.76 | 79.98 | 55.63 | - |
| YUV | 215.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 180 | 0.38 | 0 | 0.29 | 0.01 | 135 | 0.94 | 0.8 |
| Hex | 9C | FC | B4 | 26 | 0 | 1D | 1 | 87 | 5E | 50 |
| Octal | 234 | 374 | 264 | 46 | 0 | 35 | 1 | 207 | 136 | 120 |
| Binary | 10011100 | 11111100 | 10110100 | 100110 | 0 | 11101 | 1 | 10000111 | 1011110 | 1010000 |
Color Harmonies of #9CFCB4
Complementary color
Monochromatic Colors of #9CFCB4
Black with #9CFCB4
Text Example
Text Example
White with #9CFCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCB4; }
p { color: rgb(156,252,180); }
H1.HeaderClassName
{
color: #9CFCB4;
}
.AnyTagClassName
{
color: #9CFCB4;
}
</style>
background-color css
<style>
a { background-color: #9CFCB4; }
a { background-color: rgb(156,252,180); }
div.DivClassName
{
background-color: #9CFCB4;
}
.BgClassName
{
background-color: #9CFCB4;
}
</style>
border-color css
<style>
span { border-color: #9CFCB4; }
span { border-color: rgb(156,252,180); }
td.TdClassName
{
border-color: #9CFCB4;
}
.TagClassName
{
border-color: #9CFCB4;
}
</style>