Html Css Color HEX #96D695 Granny Smith Apple
📋 copy color: '#96D695'red 150 ◦ green 214 ◦ blue 149
Shades of Granny Smith Apple #96D695
Tints of Granny Smith Apple #96D695
RGB
CMYK
RGB Variations
Color information
#96D695 (or 0x96D695) is known color: Granny Smith Apple. HEX triplet: 96, D6 and 95. RGB value is (150,214,149). Sum of RGB (Red+Green+Blue) = 150+214+149=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #96D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D695 is #69296A. Grayscale: #BBBBBB. Windows color (decimal): -6891883 or 9819798. OLE color: 9819798.
HSL color Cylindrical-coordinate representation of color #96D695: hue angle of 119.08º 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 #96D695 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 149 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.16 |
| HSL | 119.08º | 0.44% | 0.71% | - |
| HSV(B) | 119.08º | 0.3% | 0.84% | - |
| XYZ | 42.05 | 56.75 | 37.17 | - |
| YUV | 187.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 149 | 0.30 | 0 | 0.30 | 0.16 | 119.08 | 0.44 | 0.71 |
| Hex | 96 | D6 | 95 | 1E | 0 | 1E | 10 | 77 | 2C | 47 |
| Octal | 226 | 326 | 225 | 36 | 0 | 36 | 20 | 167 | 54 | 107 |
| Binary | 10010110 | 11010110 | 10010101 | 11110 | 0 | 11110 | 10000 | 1110111 | 101100 | 1000111 |
Color Harmonies of #96D695
Complementary color
Monochromatic Colors of #96D695
Black with #96D695
Text Example
Text Example
White with #96D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D695; }
p { color: rgb(150,214,149); }
H1.HeaderClassName
{
color: #96D695;
}
.AnyTagClassName
{
color: #96D695;
}
</style>
background-color css
<style>
a { background-color: #96D695; }
a { background-color: rgb(150,214,149); }
div.DivClassName
{
background-color: #96D695;
}
.BgClassName
{
background-color: #96D695;
}
</style>
border-color css
<style>
span { border-color: #96D695; }
span { border-color: rgb(150,214,149); }
td.TdClassName
{
border-color: #96D695;
}
.TagClassName
{
border-color: #96D695;
}
</style>