Shades of Pale Green #96F9AE
Tints of Pale Green #96F9AE
RGB
CMYK
RGB Variations
Color information
#96F9AE (or 0x96F9AE) is known color: Pale Green. HEX triplet: 96, F9 and AE. RGB value is (150,249,174). Sum of RGB (Red+Green+Blue) = 150+249+174=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F9AE is #690651. Grayscale: #D3D3D3. Windows color (decimal): -6882898 or 11467158. OLE color: 11467158.
HSL color Cylindrical-coordinate representation of color #96F9AE: hue angle of 134.55º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9AE is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 174 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.02 |
| HSL | 134.55º | 0.89% | 0.78% | - |
| HSV(B) | 134.55º | 0.4% | 0.98% | - |
| XYZ | 54.09 | 77.29 | 52.11 | - |
| YUV | 210.85 | 107.2 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 174 | 0.40 | 0 | 0.30 | 0.02 | 134.55 | 0.89 | 0.78 |
| Hex | 96 | F9 | AE | 28 | 0 | 1E | 2 | 87 | 59 | 4E |
| Octal | 226 | 371 | 256 | 50 | 0 | 36 | 2 | 207 | 131 | 116 |
| Binary | 10010110 | 11111001 | 10101110 | 101000 | 0 | 11110 | 10 | 10000111 | 1011001 | 1001110 |
Color Harmonies of #96F9AE
Complementary color
Monochromatic Colors of #96F9AE
Black with #96F9AE
Text Example
Text Example
White with #96F9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F9AE; }
p { color: rgb(150,249,174); }
H1.HeaderClassName
{
color: #96F9AE;
}
.AnyTagClassName
{
color: #96F9AE;
}
</style>
background-color css
<style>
a { background-color: #96F9AE; }
a { background-color: rgb(150,249,174); }
div.DivClassName
{
background-color: #96F9AE;
}
.BgClassName
{
background-color: #96F9AE;
}
</style>
border-color css
<style>
span { border-color: #96F9AE; }
span { border-color: rgb(150,249,174); }
td.TdClassName
{
border-color: #96F9AE;
}
.TagClassName
{
border-color: #96F9AE;
}
</style>