Shades of Pale Green #9CFAA0
Tints of Pale Green #9CFAA0
RGB
CMYK
RGB Variations
Color information
#9CFAA0 (or 0x9CFAA0) is known color: Pale Green. HEX triplet: 9C, FA and A0. RGB value is (156,250,160). Sum of RGB (Red+Green+Blue) = 156+250+160=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFAA0 is #63055F. Grayscale: #D3D3D3. Windows color (decimal): -6489440 or 10549916. OLE color: 10549916.
HSL color Cylindrical-coordinate representation of color #9CFAA0: hue angle of 122.55º 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 #9CFAA0 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 160 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.02 |
| HSL | 122.55º | 0.9% | 0.8% | - |
| HSV(B) | 122.55º | 0.38% | 0.98% | - |
| XYZ | 54.24 | 77.98 | 45.45 | - |
| YUV | 211.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 160 | 0.38 | 0 | 0.36 | 0.02 | 122.55 | 0.9 | 0.8 |
| Hex | 9C | FA | A0 | 26 | 0 | 24 | 2 | 7B | 5A | 50 |
| Octal | 234 | 372 | 240 | 46 | 0 | 44 | 2 | 173 | 132 | 120 |
| Binary | 10011100 | 11111010 | 10100000 | 100110 | 0 | 100100 | 10 | 1111011 | 1011010 | 1010000 |
Color Harmonies of #9CFAA0
Complementary color
Monochromatic Colors of #9CFAA0
Black with #9CFAA0
Text Example
Text Example
White with #9CFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAA0; }
p { color: rgb(156,250,160); }
H1.HeaderClassName
{
color: #9CFAA0;
}
.AnyTagClassName
{
color: #9CFAA0;
}
</style>
background-color css
<style>
a { background-color: #9CFAA0; }
a { background-color: rgb(156,250,160); }
div.DivClassName
{
background-color: #9CFAA0;
}
.BgClassName
{
background-color: #9CFAA0;
}
</style>
border-color css
<style>
span { border-color: #9CFAA0; }
span { border-color: rgb(156,250,160); }
td.TdClassName
{
border-color: #9CFAA0;
}
.TagClassName
{
border-color: #9CFAA0;
}
</style>