Html Css Color HEX #96DC92 Granny Smith Apple
📋 copy color: '#96DC92'red 150 ◦ green 220 ◦ blue 146
Shades of Granny Smith Apple #96DC92
Tints of Granny Smith Apple #96DC92
RGB
CMYK
RGB Variations
Color information
#96DC92 (or 0x96DC92) is known color: Granny Smith Apple. HEX triplet: 96, DC and 92. RGB value is (150,220,146). Sum of RGB (Red+Green+Blue) = 150+220+146=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC92 is #69236D. Grayscale: #BEBEBE. Windows color (decimal): -6890350 or 9624726. OLE color: 9624726.
HSL color Cylindrical-coordinate representation of color #96DC92: hue angle of 116.76º degrees, saturation: 0.51, 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 #96DC92 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 146 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.14 |
| HSL | 116.76º | 0.51% | 0.72% | - |
| HSV(B) | 116.76º | 0.34% | 0.86% | - |
| XYZ | 43.36 | 59.75 | 36.44 | - |
| YUV | 190.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 146 | 0.32 | 0 | 0.34 | 0.14 | 116.76 | 0.51 | 0.72 |
| Hex | 96 | DC | 92 | 20 | 0 | 22 | E | 75 | 33 | 48 |
| Octal | 226 | 334 | 222 | 40 | 0 | 42 | 16 | 165 | 63 | 110 |
| Binary | 10010110 | 11011100 | 10010010 | 100000 | 0 | 100010 | 1110 | 1110101 | 110011 | 1001000 |
Color Harmonies of #96DC92
Complementary color
Monochromatic Colors of #96DC92
Black with #96DC92
Text Example
Text Example
White with #96DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC92; }
p { color: rgb(150,220,146); }
H1.HeaderClassName
{
color: #96DC92;
}
.AnyTagClassName
{
color: #96DC92;
}
</style>
background-color css
<style>
a { background-color: #96DC92; }
a { background-color: rgb(150,220,146); }
div.DivClassName
{
background-color: #96DC92;
}
.BgClassName
{
background-color: #96DC92;
}
</style>
border-color css
<style>
span { border-color: #96DC92; }
span { border-color: rgb(150,220,146); }
td.TdClassName
{
border-color: #96DC92;
}
.TagClassName
{
border-color: #96DC92;
}
</style>