Shades of Pale Green #9CFAAA
Tints of Pale Green #9CFAAA
RGB
CMYK
RGB Variations
Color information
#9CFAAA (or 0x9CFAAA) is known color: Pale Green. HEX triplet: 9C, FA and AA. RGB value is (156,250,170). Sum of RGB (Red+Green+Blue) = 156+250+170=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFAAA is #630555. Grayscale: #D5D5D5. Windows color (decimal): -6489430 or 11205276. OLE color: 11205276.
HSL color Cylindrical-coordinate representation of color #9CFAAA: hue angle of 128.94º 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 #9CFAAA is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 170 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.02 |
| HSL | 128.94º | 0.9% | 0.8% | - |
| HSV(B) | 128.94º | 0.38% | 0.98% | - |
| XYZ | 55.15 | 78.34 | 50.24 | - |
| YUV | 212.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 170 | 0.38 | 0 | 0.32 | 0.02 | 128.94 | 0.9 | 0.8 |
| Hex | 9C | FA | AA | 26 | 0 | 20 | 2 | 81 | 5A | 50 |
| Octal | 234 | 372 | 252 | 46 | 0 | 40 | 2 | 201 | 132 | 120 |
| Binary | 10011100 | 11111010 | 10101010 | 100110 | 0 | 100000 | 10 | 10000001 | 1011010 | 1010000 |
Color Harmonies of #9CFAAA
Complementary color
Monochromatic Colors of #9CFAAA
Black with #9CFAAA
Text Example
Text Example
White with #9CFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAAA; }
p { color: rgb(156,250,170); }
H1.HeaderClassName
{
color: #9CFAAA;
}
.AnyTagClassName
{
color: #9CFAAA;
}
</style>
background-color css
<style>
a { background-color: #9CFAAA; }
a { background-color: rgb(156,250,170); }
div.DivClassName
{
background-color: #9CFAAA;
}
.BgClassName
{
background-color: #9CFAAA;
}
</style>
border-color css
<style>
span { border-color: #9CFAAA; }
span { border-color: rgb(156,250,170); }
td.TdClassName
{
border-color: #9CFAAA;
}
.TagClassName
{
border-color: #9CFAAA;
}
</style>