Html Css Color HEX #9EDA9B Granny Smith Apple
📋 copy color: '#9EDA9B'red 158 ◦ green 218 ◦ blue 155
Shades of Granny Smith Apple #9EDA9B
Tints of Granny Smith Apple #9EDA9B
RGB
CMYK
RGB Variations
Color information
#9EDA9B (or 0x9EDA9B) is known color: Granny Smith Apple. HEX triplet: 9E, DA and 9B. RGB value is (158,218,155). Sum of RGB (Red+Green+Blue) = 158+218+155=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDA9B is #612564. Grayscale: #C1C1C1. Windows color (decimal): -6366565 or 10214046. OLE color: 10214046.
HSL color Cylindrical-coordinate representation of color #9EDA9B: hue angle of 117.14º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDA9B is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 155 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.15 |
| HSL | 117.14º | 0.46% | 0.73% | - |
| HSV(B) | 117.14º | 0.29% | 0.85% | - |
| XYZ | 45.09 | 59.78 | 40.17 | - |
| YUV | 192.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 155 | 0.28 | 0 | 0.29 | 0.15 | 117.14 | 0.46 | 0.73 |
| Hex | 9E | DA | 9B | 1C | 0 | 1D | F | 75 | 2E | 49 |
| Octal | 236 | 332 | 233 | 34 | 0 | 35 | 17 | 165 | 56 | 111 |
| Binary | 10011110 | 11011010 | 10011011 | 11100 | 0 | 11101 | 1111 | 1110101 | 101110 | 1001001 |
Color Harmonies of #9EDA9B
Complementary color
Monochromatic Colors of #9EDA9B
Black with #9EDA9B
Text Example
Text Example
White with #9EDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA9B; }
p { color: rgb(158,218,155); }
H1.HeaderClassName
{
color: #9EDA9B;
}
.AnyTagClassName
{
color: #9EDA9B;
}
</style>
background-color css
<style>
a { background-color: #9EDA9B; }
a { background-color: rgb(158,218,155); }
div.DivClassName
{
background-color: #9EDA9B;
}
.BgClassName
{
background-color: #9EDA9B;
}
</style>
border-color css
<style>
span { border-color: #9EDA9B; }
span { border-color: rgb(158,218,155); }
td.TdClassName
{
border-color: #9EDA9B;
}
.TagClassName
{
border-color: #9EDA9B;
}
</style>