Shades of Pale Green #9FECA2
Tints of Pale Green #9FECA2
RGB
CMYK
RGB Variations
Color information
#9FECA2 (or 0x9FECA2) is known color: Pale Green. HEX triplet: 9F, EC and A2. RGB value is (159,236,162). Sum of RGB (Red+Green+Blue) = 159+236+162=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECA2 is #60135D. Grayscale: #CCCCCC. Windows color (decimal): -6296414 or 10677407. OLE color: 10677407.
HSL color Cylindrical-coordinate representation of color #9FECA2: hue angle of 122.34º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECA2 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 162 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.07 |
| HSL | 122.34º | 0.67% | 0.77% | - |
| HSV(B) | 122.34º | 0.33% | 0.93% | - |
| XYZ | 50.82 | 69.97 | 45.01 | - |
| YUV | 204.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 162 | 0.33 | 0 | 0.31 | 0.07 | 122.34 | 0.67 | 0.77 |
| Hex | 9F | EC | A2 | 21 | 0 | 1F | 7 | 7A | 43 | 4D |
| Octal | 237 | 354 | 242 | 41 | 0 | 37 | 7 | 172 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10100010 | 100001 | 0 | 11111 | 111 | 1111010 | 1000011 | 1001101 |
Color Harmonies of #9FECA2
Complementary color
Monochromatic Colors of #9FECA2
Black with #9FECA2
Text Example
Text Example
White with #9FECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECA2; }
p { color: rgb(159,236,162); }
H1.HeaderClassName
{
color: #9FECA2;
}
.AnyTagClassName
{
color: #9FECA2;
}
</style>
background-color css
<style>
a { background-color: #9FECA2; }
a { background-color: rgb(159,236,162); }
div.DivClassName
{
background-color: #9FECA2;
}
.BgClassName
{
background-color: #9FECA2;
}
</style>
border-color css
<style>
span { border-color: #9FECA2; }
span { border-color: rgb(159,236,162); }
td.TdClassName
{
border-color: #9FECA2;
}
.TagClassName
{
border-color: #9FECA2;
}
</style>