Html Css Color HEX #9ED696 Granny Smith Apple
📋 copy color: '#9ED696'red 158 ◦ green 214 ◦ blue 150
Shades of Granny Smith Apple #9ED696
Tints of Granny Smith Apple #9ED696
RGB
CMYK
RGB Variations
Color information
#9ED696 (or 0x9ED696) is known color: Granny Smith Apple. HEX triplet: 9E, D6 and 96. RGB value is (158,214,150). Sum of RGB (Red+Green+Blue) = 158+214+150=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED696 is #612969. Grayscale: #BEBEBE. Windows color (decimal): -6367594 or 9885342. OLE color: 9885342.
HSL color Cylindrical-coordinate representation of color #9ED696: hue angle of 112.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ED696 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 150 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.16 |
| HSL | 112.5º | 0.44% | 0.71% | - |
| HSV(B) | 112.5º | 0.3% | 0.84% | - |
| XYZ | 43.65 | 57.56 | 37.66 | - |
| YUV | 189.96 | 105.45 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 150 | 0.26 | 0 | 0.30 | 0.16 | 112.5 | 0.44 | 0.71 |
| Hex | 9E | D6 | 96 | 1A | 0 | 1E | 10 | 70 | 2C | 47 |
| Octal | 236 | 326 | 226 | 32 | 0 | 36 | 20 | 160 | 54 | 107 |
| Binary | 10011110 | 11010110 | 10010110 | 11010 | 0 | 11110 | 10000 | 1110000 | 101100 | 1000111 |
Color Harmonies of #9ED696
Complementary color
Monochromatic Colors of #9ED696
Black with #9ED696
Text Example
Text Example
White with #9ED696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED696; }
p { color: rgb(158,214,150); }
H1.HeaderClassName
{
color: #9ED696;
}
.AnyTagClassName
{
color: #9ED696;
}
</style>
background-color css
<style>
a { background-color: #9ED696; }
a { background-color: rgb(158,214,150); }
div.DivClassName
{
background-color: #9ED696;
}
.BgClassName
{
background-color: #9ED696;
}
</style>
border-color css
<style>
span { border-color: #9ED696; }
span { border-color: rgb(158,214,150); }
td.TdClassName
{
border-color: #9ED696;
}
.TagClassName
{
border-color: #9ED696;
}
</style>