Html Css Color HEX #96DC91 Granny Smith Apple
📋 copy color: '#96DC91'red 150 ◦ green 220 ◦ blue 145
Shades of Granny Smith Apple #96DC91
Tints of Granny Smith Apple #96DC91
RGB
CMYK
RGB Variations
Color information
#96DC91 (or 0x96DC91) is known color: Granny Smith Apple. HEX triplet: 96, DC and 91. RGB value is (150,220,145). Sum of RGB (Red+Green+Blue) = 150+220+145=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC91 is #69236E. Grayscale: #BEBEBE. Windows color (decimal): -6890351 or 9559190. OLE color: 9559190.
HSL color Cylindrical-coordinate representation of color #96DC91: hue angle of 116º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96DC91 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 145 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.14 |
| HSL | 116º | 0.52% | 0.72% | - |
| HSV(B) | 116º | 0.34% | 0.86% | - |
| XYZ | 43.28 | 59.71 | 36.03 | - |
| YUV | 190.52 | 102.31 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 145 | 0.32 | 0 | 0.34 | 0.14 | 116 | 0.52 | 0.72 |
| Hex | 96 | DC | 91 | 20 | 0 | 22 | E | 74 | 34 | 48 |
| Octal | 226 | 334 | 221 | 40 | 0 | 42 | 16 | 164 | 64 | 110 |
| Binary | 10010110 | 11011100 | 10010001 | 100000 | 0 | 100010 | 1110 | 1110100 | 110100 | 1001000 |
Color Harmonies of #96DC91
Complementary color
Monochromatic Colors of #96DC91
Black with #96DC91
Text Example
Text Example
White with #96DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC91; }
p { color: rgb(150,220,145); }
H1.HeaderClassName
{
color: #96DC91;
}
.AnyTagClassName
{
color: #96DC91;
}
</style>
background-color css
<style>
a { background-color: #96DC91; }
a { background-color: rgb(150,220,145); }
div.DivClassName
{
background-color: #96DC91;
}
.BgClassName
{
background-color: #96DC91;
}
</style>
border-color css
<style>
span { border-color: #96DC91; }
span { border-color: rgb(150,220,145); }
td.TdClassName
{
border-color: #96DC91;
}
.TagClassName
{
border-color: #96DC91;
}
</style>