Html Css Color HEX #96D296 Granny Smith Apple
📋 copy color: '#96D296'red 150 ◦ green 210 ◦ blue 150
Shades of Granny Smith Apple #96D296
Tints of Granny Smith Apple #96D296
RGB
CMYK
RGB Variations
Color information
#96D296 (or 0x96D296) is known color: Granny Smith Apple. HEX triplet: 96, D2 and 96. RGB value is (150,210,150). Sum of RGB (Red+Green+Blue) = 150+210+150=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #96D296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D296 is #692D69. Grayscale: #B9B9B9. Windows color (decimal): -6892906 or 9884310. OLE color: 9884310.
HSL color Cylindrical-coordinate representation of color #96D296: hue angle of 120º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D296 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 150 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.18 |
| HSL | 120º | 0.4% | 0.71% | - |
| HSV(B) | 120º | 0.29% | 0.82% | - |
| XYZ | 41.13 | 54.78 | 37.26 | - |
| YUV | 185.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 150 | 0.29 | 0 | 0.29 | 0.18 | 120 | 0.4 | 0.71 |
| Hex | 96 | D2 | 96 | 1D | 0 | 1D | 12 | 78 | 28 | 47 |
| Octal | 226 | 322 | 226 | 35 | 0 | 35 | 22 | 170 | 50 | 107 |
| Binary | 10010110 | 11010010 | 10010110 | 11101 | 0 | 11101 | 10010 | 1111000 | 101000 | 1000111 |
Color Harmonies of #96D296
Complementary color
Monochromatic Colors of #96D296
Black with #96D296
Text Example
Text Example
White with #96D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D296; }
p { color: rgb(150,210,150); }
H1.HeaderClassName
{
color: #96D296;
}
.AnyTagClassName
{
color: #96D296;
}
</style>
background-color css
<style>
a { background-color: #96D296; }
a { background-color: rgb(150,210,150); }
div.DivClassName
{
background-color: #96D296;
}
.BgClassName
{
background-color: #96D296;
}
</style>
border-color css
<style>
span { border-color: #96D296; }
span { border-color: rgb(150,210,150); }
td.TdClassName
{
border-color: #96D296;
}
.TagClassName
{
border-color: #96D296;
}
</style>