Shades of Pale Green #96EFAA
Tints of Pale Green #96EFAA
RGB
CMYK
RGB Variations
Color information
#96EFAA (or 0x96EFAA) is known color: Pale Green. HEX triplet: 96, EF and AA. RGB value is (150,239,170). Sum of RGB (Red+Green+Blue) = 150+239+170=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EFAA is #691055. Grayscale: #CCCCCC. Windows color (decimal): -6885462 or 11202454. OLE color: 11202454.
HSL color Cylindrical-coordinate representation of color #96EFAA: hue angle of 133.48º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFAA is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 170 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.06 |
| HSL | 133.48º | 0.74% | 0.76% | - |
| HSV(B) | 133.48º | 0.37% | 0.94% | - |
| XYZ | 50.7 | 71.12 | 49.09 | - |
| YUV | 204.52 | 108.51 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 170 | 0.37 | 0 | 0.29 | 0.06 | 133.48 | 0.74 | 0.76 |
| Hex | 96 | EF | AA | 25 | 0 | 1D | 6 | 85 | 4A | 4C |
| Octal | 226 | 357 | 252 | 45 | 0 | 35 | 6 | 205 | 112 | 114 |
| Binary | 10010110 | 11101111 | 10101010 | 100101 | 0 | 11101 | 110 | 10000101 | 1001010 | 1001100 |
Color Harmonies of #96EFAA
Complementary color
Monochromatic Colors of #96EFAA
Black with #96EFAA
Text Example
Text Example
White with #96EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EFAA; }
p { color: rgb(150,239,170); }
H1.HeaderClassName
{
color: #96EFAA;
}
.AnyTagClassName
{
color: #96EFAA;
}
</style>
background-color css
<style>
a { background-color: #96EFAA; }
a { background-color: rgb(150,239,170); }
div.DivClassName
{
background-color: #96EFAA;
}
.BgClassName
{
background-color: #96EFAA;
}
</style>
border-color css
<style>
span { border-color: #96EFAA; }
span { border-color: rgb(150,239,170); }
td.TdClassName
{
border-color: #96EFAA;
}
.TagClassName
{
border-color: #96EFAA;
}
</style>