Html Css Color HEX #96E18B Granny Smith Apple
📋 copy color: '#96E18B'red 150 ◦ green 225 ◦ blue 139
Shades of Granny Smith Apple #96E18B
Tints of Granny Smith Apple #96E18B
RGB
CMYK
RGB Variations
Color information
#96E18B (or 0x96E18B) is known color: Granny Smith Apple. HEX triplet: 96, E1 and 8B. RGB value is (150,225,139). Sum of RGB (Red+Green+Blue) = 150+225+139=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #96E18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E18B is #691E74. Grayscale: #C1C1C1. Windows color (decimal): -6889077 or 9167254. OLE color: 9167254.
HSL color Cylindrical-coordinate representation of color #96E18B: hue angle of 112.33º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96E18B is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 139 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.12 |
| HSL | 112.33º | 0.59% | 0.71% | - |
| HSV(B) | 112.33º | 0.38% | 0.88% | - |
| XYZ | 44.16 | 62.2 | 34.1 | - |
| YUV | 192.77 | 97.65 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 139 | 0.33 | 0 | 0.38 | 0.12 | 112.33 | 0.59 | 0.71 |
| Hex | 96 | E1 | 8B | 21 | 0 | 26 | C | 70 | 3B | 47 |
| Octal | 226 | 341 | 213 | 41 | 0 | 46 | 14 | 160 | 73 | 107 |
| Binary | 10010110 | 11100001 | 10001011 | 100001 | 0 | 100110 | 1100 | 1110000 | 111011 | 1000111 |
Color Harmonies of #96E18B
Complementary color
Monochromatic Colors of #96E18B
Black with #96E18B
Text Example
Text Example
White with #96E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E18B; }
p { color: rgb(150,225,139); }
H1.HeaderClassName
{
color: #96E18B;
}
.AnyTagClassName
{
color: #96E18B;
}
</style>
background-color css
<style>
a { background-color: #96E18B; }
a { background-color: rgb(150,225,139); }
div.DivClassName
{
background-color: #96E18B;
}
.BgClassName
{
background-color: #96E18B;
}
</style>
border-color css
<style>
span { border-color: #96E18B; }
span { border-color: rgb(150,225,139); }
td.TdClassName
{
border-color: #96E18B;
}
.TagClassName
{
border-color: #96E18B;
}
</style>