Shades of Pale Green #96F8A9
Tints of Pale Green #96F8A9
RGB
CMYK
RGB Variations
Color information
#96F8A9 (or 0x96F8A9) is known color: Pale Green. HEX triplet: 96, F8 and A9. RGB value is (150,248,169). Sum of RGB (Red+Green+Blue) = 150+248+169=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F8A9 is #690756. Grayscale: #D1D1D1. Windows color (decimal): -6883159 or 11139222. OLE color: 11139222.
HSL color Cylindrical-coordinate representation of color #96F8A9: hue angle of 131.63º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8A9 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 169 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.03 |
| HSL | 131.63º | 0.88% | 0.78% | - |
| HSV(B) | 131.63º | 0.4% | 0.97% | - |
| XYZ | 53.31 | 76.48 | 49.49 | - |
| YUV | 209.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 169 | 0.40 | 0 | 0.32 | 0.03 | 131.63 | 0.88 | 0.78 |
| Hex | 96 | F8 | A9 | 28 | 0 | 20 | 3 | 84 | 58 | 4E |
| Octal | 226 | 370 | 251 | 50 | 0 | 40 | 3 | 204 | 130 | 116 |
| Binary | 10010110 | 11111000 | 10101001 | 101000 | 0 | 100000 | 11 | 10000100 | 1011000 | 1001110 |
Color Harmonies of #96F8A9
Complementary color
Monochromatic Colors of #96F8A9
Black with #96F8A9
Text Example
Text Example
White with #96F8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8A9; }
p { color: rgb(150,248,169); }
H1.HeaderClassName
{
color: #96F8A9;
}
.AnyTagClassName
{
color: #96F8A9;
}
</style>
background-color css
<style>
a { background-color: #96F8A9; }
a { background-color: rgb(150,248,169); }
div.DivClassName
{
background-color: #96F8A9;
}
.BgClassName
{
background-color: #96F8A9;
}
</style>
border-color css
<style>
span { border-color: #96F8A9; }
span { border-color: rgb(150,248,169); }
td.TdClassName
{
border-color: #96F8A9;
}
.TagClassName
{
border-color: #96F8A9;
}
</style>