Shades of Pale Green #96FCA9
Tints of Pale Green #96FCA9
RGB
CMYK
RGB Variations
Color information
#96FCA9 (or 0x96FCA9) is known color: Pale Green. HEX triplet: 96, FC and A9. RGB value is (150,252,169). Sum of RGB (Red+Green+Blue) = 150+252+169=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FCA9 is #690356. Grayscale: #D4D4D4. Windows color (decimal): -6882135 or 11140246. OLE color: 11140246.
HSL color Cylindrical-coordinate representation of color #96FCA9: hue angle of 131.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCA9 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 169 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.01 |
| HSL | 131.18º | 0.94% | 0.79% | - |
| HSV(B) | 131.18º | 0.4% | 0.99% | - |
| XYZ | 54.55 | 78.97 | 49.9 | - |
| YUV | 212.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 169 | 0.40 | 0 | 0.33 | 0.01 | 131.18 | 0.94 | 0.79 |
| Hex | 96 | FC | A9 | 28 | 0 | 21 | 1 | 83 | 5E | 4F |
| Octal | 226 | 374 | 251 | 50 | 0 | 41 | 1 | 203 | 136 | 117 |
| Binary | 10010110 | 11111100 | 10101001 | 101000 | 0 | 100001 | 1 | 10000011 | 1011110 | 1001111 |
Color Harmonies of #96FCA9
Complementary color
Monochromatic Colors of #96FCA9
Black with #96FCA9
Text Example
Text Example
White with #96FCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCA9; }
p { color: rgb(150,252,169); }
H1.HeaderClassName
{
color: #96FCA9;
}
.AnyTagClassName
{
color: #96FCA9;
}
</style>
background-color css
<style>
a { background-color: #96FCA9; }
a { background-color: rgb(150,252,169); }
div.DivClassName
{
background-color: #96FCA9;
}
.BgClassName
{
background-color: #96FCA9;
}
</style>
border-color css
<style>
span { border-color: #96FCA9; }
span { border-color: rgb(150,252,169); }
td.TdClassName
{
border-color: #96FCA9;
}
.TagClassName
{
border-color: #96FCA9;
}
</style>