Shades of Pale Green #96F0A7
Tints of Pale Green #96F0A7
RGB
CMYK
RGB Variations
Color information
#96F0A7 (or 0x96F0A7) is known color: Pale Green. HEX triplet: 96, F0 and A7. RGB value is (150,240,167). Sum of RGB (Red+Green+Blue) = 150+240+167=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #96F0A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F0A7 is #690F58. Grayscale: #CCCCCC. Windows color (decimal): -6885209 or 11006102. OLE color: 11006102.
HSL color Cylindrical-coordinate representation of color #96F0A7: hue angle of 131.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F0A7 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 167 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.06 |
| HSL | 131.33º | 0.75% | 0.76% | - |
| HSV(B) | 131.33º | 0.38% | 0.94% | - |
| XYZ | 50.71 | 71.59 | 47.71 | - |
| YUV | 204.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 167 | 0.37 | 0 | 0.30 | 0.06 | 131.33 | 0.75 | 0.76 |
| Hex | 96 | F0 | A7 | 25 | 0 | 1E | 6 | 83 | 4B | 4C |
| Octal | 226 | 360 | 247 | 45 | 0 | 36 | 6 | 203 | 113 | 114 |
| Binary | 10010110 | 11110000 | 10100111 | 100101 | 0 | 11110 | 110 | 10000011 | 1001011 | 1001100 |
Color Harmonies of #96F0A7
Complementary color
Monochromatic Colors of #96F0A7
Black with #96F0A7
Text Example
Text Example
White with #96F0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F0A7; }
p { color: rgb(150,240,167); }
H1.HeaderClassName
{
color: #96F0A7;
}
.AnyTagClassName
{
color: #96F0A7;
}
</style>
background-color css
<style>
a { background-color: #96F0A7; }
a { background-color: rgb(150,240,167); }
div.DivClassName
{
background-color: #96F0A7;
}
.BgClassName
{
background-color: #96F0A7;
}
</style>
border-color css
<style>
span { border-color: #96F0A7; }
span { border-color: rgb(150,240,167); }
td.TdClassName
{
border-color: #96F0A7;
}
.TagClassName
{
border-color: #96F0A7;
}
</style>