Html Css Color HEX #96D696 Granny Smith Apple
📋 copy color: '#96D696'red 150 ◦ green 214 ◦ blue 150
Shades of Granny Smith Apple #96D696
Tints of Granny Smith Apple #96D696
RGB
CMYK
RGB Variations
Color information
#96D696 (or 0x96D696) is known color: Granny Smith Apple. HEX triplet: 96, D6 and 96. RGB value is (150,214,150). Sum of RGB (Red+Green+Blue) = 150+214+150=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #96D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D696 is #692969. Grayscale: #BBBBBB. Windows color (decimal): -6891882 or 9885334. OLE color: 9885334.
HSL color Cylindrical-coordinate representation of color #96D696: hue angle of 120º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D696 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 150 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.16 |
| HSL | 120º | 0.44% | 0.71% | - |
| HSV(B) | 120º | 0.3% | 0.84% | - |
| XYZ | 42.13 | 56.78 | 37.59 | - |
| YUV | 187.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 150 | 0.30 | 0 | 0.30 | 0.16 | 120 | 0.44 | 0.71 |
| Hex | 96 | D6 | 96 | 1E | 0 | 1E | 10 | 78 | 2C | 47 |
| Octal | 226 | 326 | 226 | 36 | 0 | 36 | 20 | 170 | 54 | 107 |
| Binary | 10010110 | 11010110 | 10010110 | 11110 | 0 | 11110 | 10000 | 1111000 | 101100 | 1000111 |
Color Harmonies of #96D696
Complementary color
Monochromatic Colors of #96D696
Black with #96D696
Text Example
Text Example
White with #96D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D696; }
p { color: rgb(150,214,150); }
H1.HeaderClassName
{
color: #96D696;
}
.AnyTagClassName
{
color: #96D696;
}
</style>
background-color css
<style>
a { background-color: #96D696; }
a { background-color: rgb(150,214,150); }
div.DivClassName
{
background-color: #96D696;
}
.BgClassName
{
background-color: #96D696;
}
</style>
border-color css
<style>
span { border-color: #96D696; }
span { border-color: rgb(150,214,150); }
td.TdClassName
{
border-color: #96D696;
}
.TagClassName
{
border-color: #96D696;
}
</style>