Html Css Color HEX #96DC96 Granny Smith Apple
📋 copy color: '#96DC96'red 150 ◦ green 220 ◦ blue 150
Shades of Granny Smith Apple #96DC96
Tints of Granny Smith Apple #96DC96
RGB
CMYK
RGB Variations
Color information
#96DC96 (or 0x96DC96) is known color: Granny Smith Apple. HEX triplet: 96, DC and 96. RGB value is (150,220,150). Sum of RGB (Red+Green+Blue) = 150+220+150=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC96 is #692369. Grayscale: #BFBFBF. Windows color (decimal): -6890346 or 9886870. OLE color: 9886870.
HSL color Cylindrical-coordinate representation of color #96DC96: hue angle of 120º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DC96 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 150 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.14 |
| HSL | 120º | 0.5% | 0.73% | - |
| HSV(B) | 120º | 0.32% | 0.86% | - |
| XYZ | 43.68 | 59.87 | 38.11 | - |
| YUV | 191.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 150 | 0.32 | 0 | 0.32 | 0.14 | 120 | 0.5 | 0.73 |
| Hex | 96 | DC | 96 | 20 | 0 | 20 | E | 78 | 32 | 49 |
| Octal | 226 | 334 | 226 | 40 | 0 | 40 | 16 | 170 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10010110 | 100000 | 0 | 100000 | 1110 | 1111000 | 110010 | 1001001 |
Color Harmonies of #96DC96
Complementary color
Monochromatic Colors of #96DC96
Black with #96DC96
Text Example
Text Example
White with #96DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC96; }
p { color: rgb(150,220,150); }
H1.HeaderClassName
{
color: #96DC96;
}
.AnyTagClassName
{
color: #96DC96;
}
</style>
background-color css
<style>
a { background-color: #96DC96; }
a { background-color: rgb(150,220,150); }
div.DivClassName
{
background-color: #96DC96;
}
.BgClassName
{
background-color: #96DC96;
}
</style>
border-color css
<style>
span { border-color: #96DC96; }
span { border-color: rgb(150,220,150); }
td.TdClassName
{
border-color: #96DC96;
}
.TagClassName
{
border-color: #96DC96;
}
</style>