Html Css Color HEX #9EDB97 Granny Smith Apple
📋 copy color: '#9EDB97'red 158 ◦ green 219 ◦ blue 151
Shades of Granny Smith Apple #9EDB97
Tints of Granny Smith Apple #9EDB97
RGB
CMYK
RGB Variations
Color information
#9EDB97 (or 0x9EDB97) is known color: Granny Smith Apple. HEX triplet: 9E, DB and 97. RGB value is (158,219,151). Sum of RGB (Red+Green+Blue) = 158+219+151=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDB97 is #612468. Grayscale: #C1C1C1. Windows color (decimal): -6366313 or 9952158. OLE color: 9952158.
HSL color Cylindrical-coordinate representation of color #9EDB97: hue angle of 113.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EDB97 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 151 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.14 |
| HSL | 113.82º | 0.49% | 0.73% | - |
| HSV(B) | 113.82º | 0.31% | 0.86% | - |
| XYZ | 45.02 | 60.17 | 38.52 | - |
| YUV | 193.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 151 | 0.28 | 0 | 0.31 | 0.14 | 113.82 | 0.49 | 0.73 |
| Hex | 9E | DB | 97 | 1C | 0 | 1F | E | 72 | 31 | 49 |
| Octal | 236 | 333 | 227 | 34 | 0 | 37 | 16 | 162 | 61 | 111 |
| Binary | 10011110 | 11011011 | 10010111 | 11100 | 0 | 11111 | 1110 | 1110010 | 110001 | 1001001 |
Color Harmonies of #9EDB97
Complementary color
Monochromatic Colors of #9EDB97
Black with #9EDB97
Text Example
Text Example
White with #9EDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB97; }
p { color: rgb(158,219,151); }
H1.HeaderClassName
{
color: #9EDB97;
}
.AnyTagClassName
{
color: #9EDB97;
}
</style>
background-color css
<style>
a { background-color: #9EDB97; }
a { background-color: rgb(158,219,151); }
div.DivClassName
{
background-color: #9EDB97;
}
.BgClassName
{
background-color: #9EDB97;
}
</style>
border-color css
<style>
span { border-color: #9EDB97; }
span { border-color: rgb(158,219,151); }
td.TdClassName
{
border-color: #9EDB97;
}
.TagClassName
{
border-color: #9EDB97;
}
</style>