Shades of Pale Green #9CFAB2
Tints of Pale Green #9CFAB2
RGB
CMYK
RGB Variations
Color information
#9CFAB2 (or 0x9CFAB2) is known color: Pale Green. HEX triplet: 9C, FA and B2. RGB value is (156,250,178). Sum of RGB (Red+Green+Blue) = 156+250+178=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFAB2 is #63054D. Grayscale: #D5D5D5. Windows color (decimal): -6489422 or 11729564. OLE color: 11729564.
HSL color Cylindrical-coordinate representation of color #9CFAB2: hue angle of 134.04º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFAB2 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 178 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.02 |
| HSL | 134.04º | 0.9% | 0.8% | - |
| HSV(B) | 134.04º | 0.38% | 0.98% | - |
| XYZ | 55.93 | 78.65 | 54.35 | - |
| YUV | 213.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 178 | 0.38 | 0 | 0.29 | 0.02 | 134.04 | 0.9 | 0.8 |
| Hex | 9C | FA | B2 | 26 | 0 | 1D | 2 | 86 | 5A | 50 |
| Octal | 234 | 372 | 262 | 46 | 0 | 35 | 2 | 206 | 132 | 120 |
| Binary | 10011100 | 11111010 | 10110010 | 100110 | 0 | 11101 | 10 | 10000110 | 1011010 | 1010000 |
Color Harmonies of #9CFAB2
Complementary color
Monochromatic Colors of #9CFAB2
Black with #9CFAB2
Text Example
Text Example
White with #9CFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAB2; }
p { color: rgb(156,250,178); }
H1.HeaderClassName
{
color: #9CFAB2;
}
.AnyTagClassName
{
color: #9CFAB2;
}
</style>
background-color css
<style>
a { background-color: #9CFAB2; }
a { background-color: rgb(156,250,178); }
div.DivClassName
{
background-color: #9CFAB2;
}
.BgClassName
{
background-color: #9CFAB2;
}
</style>
border-color css
<style>
span { border-color: #9CFAB2; }
span { border-color: rgb(156,250,178); }
td.TdClassName
{
border-color: #9CFAB2;
}
.TagClassName
{
border-color: #9CFAB2;
}
</style>