Shades of Pale Green #96F5AA
Tints of Pale Green #96F5AA
RGB
CMYK
RGB Variations
Color information
#96F5AA (or 0x96F5AA) is known color: Pale Green. HEX triplet: 96, F5 and AA. RGB value is (150,245,170). Sum of RGB (Red+Green+Blue) = 150+245+170=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F5AA is #690A55. Grayscale: #D0D0D0. Windows color (decimal): -6883926 or 11203990. OLE color: 11203990.
HSL color Cylindrical-coordinate representation of color #96F5AA: hue angle of 132.63º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5AA is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 170 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.04 |
| HSL | 132.63º | 0.83% | 0.77% | - |
| HSV(B) | 132.63º | 0.39% | 0.96% | - |
| XYZ | 52.49 | 74.69 | 49.68 | - |
| YUV | 208.05 | 106.53 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 170 | 0.39 | 0 | 0.31 | 0.04 | 132.63 | 0.83 | 0.77 |
| Hex | 96 | F5 | AA | 27 | 0 | 1F | 4 | 85 | 53 | 4D |
| Octal | 226 | 365 | 252 | 47 | 0 | 37 | 4 | 205 | 123 | 115 |
| Binary | 10010110 | 11110101 | 10101010 | 100111 | 0 | 11111 | 100 | 10000101 | 1010011 | 1001101 |
Color Harmonies of #96F5AA
Complementary color
Monochromatic Colors of #96F5AA
Black with #96F5AA
Text Example
Text Example
White with #96F5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F5AA; }
p { color: rgb(150,245,170); }
H1.HeaderClassName
{
color: #96F5AA;
}
.AnyTagClassName
{
color: #96F5AA;
}
</style>
background-color css
<style>
a { background-color: #96F5AA; }
a { background-color: rgb(150,245,170); }
div.DivClassName
{
background-color: #96F5AA;
}
.BgClassName
{
background-color: #96F5AA;
}
</style>
border-color css
<style>
span { border-color: #96F5AA; }
span { border-color: rgb(150,245,170); }
td.TdClassName
{
border-color: #96F5AA;
}
.TagClassName
{
border-color: #96F5AA;
}
</style>