Shades of Pale Green #9CFAAC
Tints of Pale Green #9CFAAC
RGB
CMYK
RGB Variations
Color information
#9CFAAC (or 0x9CFAAC) is known color: Pale Green. HEX triplet: 9C, FA and AC. RGB value is (156,250,172). Sum of RGB (Red+Green+Blue) = 156+250+172=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFAAC is #630553. Grayscale: #D5D5D5. Windows color (decimal): -6489428 or 11336348. OLE color: 11336348.
HSL color Cylindrical-coordinate representation of color #9CFAAC: hue angle of 130.21º 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 #9CFAAC is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 172 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.02 |
| HSL | 130.21º | 0.9% | 0.8% | - |
| HSV(B) | 130.21º | 0.38% | 0.98% | - |
| XYZ | 55.34 | 78.42 | 51.25 | - |
| YUV | 213 | 104.86 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 172 | 0.38 | 0 | 0.31 | 0.02 | 130.21 | 0.9 | 0.8 |
| Hex | 9C | FA | AC | 26 | 0 | 1F | 2 | 82 | 5A | 50 |
| Octal | 234 | 372 | 254 | 46 | 0 | 37 | 2 | 202 | 132 | 120 |
| Binary | 10011100 | 11111010 | 10101100 | 100110 | 0 | 11111 | 10 | 10000010 | 1011010 | 1010000 |
Color Harmonies of #9CFAAC
Complementary color
Monochromatic Colors of #9CFAAC
Black with #9CFAAC
Text Example
Text Example
White with #9CFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAAC; }
p { color: rgb(156,250,172); }
H1.HeaderClassName
{
color: #9CFAAC;
}
.AnyTagClassName
{
color: #9CFAAC;
}
</style>
background-color css
<style>
a { background-color: #9CFAAC; }
a { background-color: rgb(156,250,172); }
div.DivClassName
{
background-color: #9CFAAC;
}
.BgClassName
{
background-color: #9CFAAC;
}
</style>
border-color css
<style>
span { border-color: #9CFAAC; }
span { border-color: rgb(156,250,172); }
td.TdClassName
{
border-color: #9CFAAC;
}
.TagClassName
{
border-color: #9CFAAC;
}
</style>