Html Css Color HEX #96D892 Granny Smith Apple
📋 copy color: '#96D892'red 150 ◦ green 216 ◦ blue 146
Shades of Granny Smith Apple #96D892
Tints of Granny Smith Apple #96D892
RGB
CMYK
RGB Variations
Color information
#96D892 (or 0x96D892) is known color: Granny Smith Apple. HEX triplet: 96, D8 and 92. RGB value is (150,216,146). Sum of RGB (Red+Green+Blue) = 150+216+146=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #96D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D892 is #69276D. Grayscale: #BCBCBC. Windows color (decimal): -6891374 or 9623702. OLE color: 9623702.
HSL color Cylindrical-coordinate representation of color #96D892: hue angle of 116.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D892 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 146 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.15 |
| HSL | 116.57º | 0.47% | 0.71% | - |
| HSV(B) | 116.57º | 0.32% | 0.85% | - |
| XYZ | 42.32 | 57.67 | 36.1 | - |
| YUV | 188.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 146 | 0.31 | 0 | 0.32 | 0.15 | 116.57 | 0.47 | 0.71 |
| Hex | 96 | D8 | 92 | 1F | 0 | 20 | F | 75 | 2F | 47 |
| Octal | 226 | 330 | 222 | 37 | 0 | 40 | 17 | 165 | 57 | 107 |
| Binary | 10010110 | 11011000 | 10010010 | 11111 | 0 | 100000 | 1111 | 1110101 | 101111 | 1000111 |
Color Harmonies of #96D892
Complementary color
Monochromatic Colors of #96D892
Black with #96D892
Text Example
Text Example
White with #96D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D892; }
p { color: rgb(150,216,146); }
H1.HeaderClassName
{
color: #96D892;
}
.AnyTagClassName
{
color: #96D892;
}
</style>
background-color css
<style>
a { background-color: #96D892; }
a { background-color: rgb(150,216,146); }
div.DivClassName
{
background-color: #96D892;
}
.BgClassName
{
background-color: #96D892;
}
</style>
border-color css
<style>
span { border-color: #96D892; }
span { border-color: rgb(150,216,146); }
td.TdClassName
{
border-color: #96D892;
}
.TagClassName
{
border-color: #96D892;
}
</style>