Shades of Pale Green #9CFAA2
Tints of Pale Green #9CFAA2
RGB
CMYK
RGB Variations
Color information
#9CFAA2 (or 0x9CFAA2) is known color: Pale Green. HEX triplet: 9C, FA and A2. RGB value is (156,250,162). Sum of RGB (Red+Green+Blue) = 156+250+162=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 162 (63.67% from 255 or 28.52% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFAA2 is #63055D. Grayscale: #D4D4D4. Windows color (decimal): -6489438 or 10680988. OLE color: 10680988.
HSL color Cylindrical-coordinate representation of color #9CFAA2: hue angle of 123.83º 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 #9CFAA2 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 162 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.02 |
| HSL | 123.83º | 0.9% | 0.8% | - |
| HSV(B) | 123.83º | 0.38% | 0.98% | - |
| XYZ | 54.42 | 78.05 | 46.38 | - |
| YUV | 211.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 162 | 0.38 | 0 | 0.35 | 0.02 | 123.83 | 0.9 | 0.8 |
| Hex | 9C | FA | A2 | 26 | 0 | 23 | 2 | 7C | 5A | 50 |
| Octal | 234 | 372 | 242 | 46 | 0 | 43 | 2 | 174 | 132 | 120 |
| Binary | 10011100 | 11111010 | 10100010 | 100110 | 0 | 100011 | 10 | 1111100 | 1011010 | 1010000 |
Color Harmonies of #9CFAA2
Complementary color
Monochromatic Colors of #9CFAA2
Black with #9CFAA2
Text Example
Text Example
White with #9CFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAA2; }
p { color: rgb(156,250,162); }
H1.HeaderClassName
{
color: #9CFAA2;
}
.AnyTagClassName
{
color: #9CFAA2;
}
</style>
background-color css
<style>
a { background-color: #9CFAA2; }
a { background-color: rgb(156,250,162); }
div.DivClassName
{
background-color: #9CFAA2;
}
.BgClassName
{
background-color: #9CFAA2;
}
</style>
border-color css
<style>
span { border-color: #9CFAA2; }
span { border-color: rgb(156,250,162); }
td.TdClassName
{
border-color: #9CFAA2;
}
.TagClassName
{
border-color: #9CFAA2;
}
</style>