Html Css Color HEX #9ED996 Granny Smith Apple
📋 copy color: '#9ED996'red 158 ◦ green 217 ◦ blue 150
Shades of Granny Smith Apple #9ED996
Tints of Granny Smith Apple #9ED996
RGB
CMYK
RGB Variations
Color information
#9ED996 (or 0x9ED996) is known color: Granny Smith Apple. HEX triplet: 9E, D9 and 96. RGB value is (158,217,150). Sum of RGB (Red+Green+Blue) = 158+217+150=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED996 is #612669. Grayscale: #BFBFBF. Windows color (decimal): -6366826 or 9886110. OLE color: 9886110.
HSL color Cylindrical-coordinate representation of color #9ED996: hue angle of 112.84º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ED996 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 150 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.15 |
| HSL | 112.84º | 0.47% | 0.72% | - |
| HSV(B) | 112.84º | 0.31% | 0.85% | - |
| XYZ | 44.42 | 59.1 | 37.92 | - |
| YUV | 191.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 150 | 0.27 | 0 | 0.31 | 0.15 | 112.84 | 0.47 | 0.72 |
| Hex | 9E | D9 | 96 | 1B | 0 | 1F | F | 71 | 2F | 48 |
| Octal | 236 | 331 | 226 | 33 | 0 | 37 | 17 | 161 | 57 | 110 |
| Binary | 10011110 | 11011001 | 10010110 | 11011 | 0 | 11111 | 1111 | 1110001 | 101111 | 1001000 |
Color Harmonies of #9ED996
Complementary color
Monochromatic Colors of #9ED996
Black with #9ED996
Text Example
Text Example
White with #9ED996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED996; }
p { color: rgb(158,217,150); }
H1.HeaderClassName
{
color: #9ED996;
}
.AnyTagClassName
{
color: #9ED996;
}
</style>
background-color css
<style>
a { background-color: #9ED996; }
a { background-color: rgb(158,217,150); }
div.DivClassName
{
background-color: #9ED996;
}
.BgClassName
{
background-color: #9ED996;
}
</style>
border-color css
<style>
span { border-color: #9ED996; }
span { border-color: rgb(158,217,150); }
td.TdClassName
{
border-color: #9ED996;
}
.TagClassName
{
border-color: #9ED996;
}
</style>