Shades of Pale Green #96F1AA
Tints of Pale Green #96F1AA
RGB
CMYK
RGB Variations
Color information
#96F1AA (or 0x96F1AA) is known color: Pale Green. HEX triplet: 96, F1 and AA. RGB value is (150,241,170). Sum of RGB (Red+Green+Blue) = 150+241+170=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F1AA is #690E55. Grayscale: #CDCDCD. Windows color (decimal): -6884950 or 11202966. OLE color: 11202966.
HSL color Cylindrical-coordinate representation of color #96F1AA: hue angle of 133.19º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F1AA is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 241 | 170 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.05 |
| HSL | 133.19º | 0.76% | 0.77% | - |
| HSV(B) | 133.19º | 0.38% | 0.95% | - |
| XYZ | 51.29 | 72.3 | 49.28 | - |
| YUV | 205.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 170 | 0.38 | 0 | 0.29 | 0.05 | 133.19 | 0.76 | 0.77 |
| Hex | 96 | F1 | AA | 26 | 0 | 1D | 5 | 85 | 4C | 4D |
| Octal | 226 | 361 | 252 | 46 | 0 | 35 | 5 | 205 | 114 | 115 |
| Binary | 10010110 | 11110001 | 10101010 | 100110 | 0 | 11101 | 101 | 10000101 | 1001100 | 1001101 |
Color Harmonies of #96F1AA
Complementary color
Monochromatic Colors of #96F1AA
Black with #96F1AA
Text Example
Text Example
White with #96F1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F1AA; }
p { color: rgb(150,241,170); }
H1.HeaderClassName
{
color: #96F1AA;
}
.AnyTagClassName
{
color: #96F1AA;
}
</style>
background-color css
<style>
a { background-color: #96F1AA; }
a { background-color: rgb(150,241,170); }
div.DivClassName
{
background-color: #96F1AA;
}
.BgClassName
{
background-color: #96F1AA;
}
</style>
border-color css
<style>
span { border-color: #96F1AA; }
span { border-color: rgb(150,241,170); }
td.TdClassName
{
border-color: #96F1AA;
}
.TagClassName
{
border-color: #96F1AA;
}
</style>