Shades of Pale Green #96FAAA
Tints of Pale Green #96FAAA
RGB
CMYK
RGB Variations
Color information
#96FAAA (or 0x96FAAA) is known color: Pale Green. HEX triplet: 96, FA and AA. RGB value is (150,250,170). Sum of RGB (Red+Green+Blue) = 150+250+170=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FAAA is #690555. Grayscale: #D3D3D3. Windows color (decimal): -6882646 or 11205270. OLE color: 11205270.
HSL color Cylindrical-coordinate representation of color #96FAAA: hue angle of 132º degrees, saturation: 0.91, 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 #96FAAA is Cyan = 0.4, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 170 | - |
| CMYK | 0.4 | 0 | 0.32 | 0.02 |
| HSL | 132º | 0.91% | 0.78% | - |
| HSV(B) | 132º | 0.4% | 0.98% | - |
| XYZ | 54.02 | 77.76 | 50.19 | - |
| YUV | 210.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 170 | 0.4 | 0 | 0.32 | 0.02 | 132 | 0.91 | 0.78 |
| Hex | 96 | FA | AA | 28 | 0 | 20 | 2 | 84 | 5B | 4E |
| Octal | 226 | 372 | 252 | 50 | 0 | 40 | 2 | 204 | 133 | 116 |
| Binary | 10010110 | 11111010 | 10101010 | 101000 | 0 | 100000 | 10 | 10000100 | 1011011 | 1001110 |
Color Harmonies of #96FAAA
Complementary color
Monochromatic Colors of #96FAAA
Black with #96FAAA
Text Example
Text Example
White with #96FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FAAA; }
p { color: rgb(150,250,170); }
H1.HeaderClassName
{
color: #96FAAA;
}
.AnyTagClassName
{
color: #96FAAA;
}
</style>
background-color css
<style>
a { background-color: #96FAAA; }
a { background-color: rgb(150,250,170); }
div.DivClassName
{
background-color: #96FAAA;
}
.BgClassName
{
background-color: #96FAAA;
}
</style>
border-color css
<style>
span { border-color: #96FAAA; }
span { border-color: rgb(150,250,170); }
td.TdClassName
{
border-color: #96FAAA;
}
.TagClassName
{
border-color: #96FAAA;
}
</style>