Shades of Pale Green #96FCAC
Tints of Pale Green #96FCAC
RGB
CMYK
RGB Variations
Color information
#96FCAC (or 0x96FCAC) is known color: Pale Green. HEX triplet: 96, FC and AC. RGB value is (150,252,172). Sum of RGB (Red+Green+Blue) = 150+252+172=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FCAC is #690353. Grayscale: #D4D4D4. Windows color (decimal): -6882132 or 11336854. OLE color: 11336854.
HSL color Cylindrical-coordinate representation of color #96FCAC: hue angle of 132.94º 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 #96FCAC is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 172 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.01 |
| HSL | 132.94º | 0.94% | 0.79% | - |
| HSV(B) | 132.94º | 0.4% | 0.99% | - |
| XYZ | 54.83 | 79.08 | 51.4 | - |
| YUV | 212.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 172 | 0.40 | 0 | 0.32 | 0.01 | 132.94 | 0.94 | 0.79 |
| Hex | 96 | FC | AC | 28 | 0 | 20 | 1 | 85 | 5E | 4F |
| Octal | 226 | 374 | 254 | 50 | 0 | 40 | 1 | 205 | 136 | 117 |
| Binary | 10010110 | 11111100 | 10101100 | 101000 | 0 | 100000 | 1 | 10000101 | 1011110 | 1001111 |
Color Harmonies of #96FCAC
Complementary color
Monochromatic Colors of #96FCAC
Black with #96FCAC
Text Example
Text Example
White with #96FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCAC; }
p { color: rgb(150,252,172); }
H1.HeaderClassName
{
color: #96FCAC;
}
.AnyTagClassName
{
color: #96FCAC;
}
</style>
background-color css
<style>
a { background-color: #96FCAC; }
a { background-color: rgb(150,252,172); }
div.DivClassName
{
background-color: #96FCAC;
}
.BgClassName
{
background-color: #96FCAC;
}
</style>
border-color css
<style>
span { border-color: #96FCAC; }
span { border-color: rgb(150,252,172); }
td.TdClassName
{
border-color: #96FCAC;
}
.TagClassName
{
border-color: #96FCAC;
}
</style>