Html Css Color HEX #9EDB9C Granny Smith Apple
📋 copy color: '#9EDB9C'red 158 ◦ green 219 ◦ blue 156
Shades of Granny Smith Apple #9EDB9C
Tints of Granny Smith Apple #9EDB9C
RGB
CMYK
RGB Variations
Color information
#9EDB9C (or 0x9EDB9C) is known color: Granny Smith Apple. HEX triplet: 9E, DB and 9C. RGB value is (158,219,156). Sum of RGB (Red+Green+Blue) = 158+219+156=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDB9C is #612463. Grayscale: #C1C1C1. Windows color (decimal): -6366308 or 10279838. OLE color: 10279838.
HSL color Cylindrical-coordinate representation of color #9EDB9C: hue angle of 118.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDB9C is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 156 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.14 |
| HSL | 118.1º | 0.47% | 0.74% | - |
| HSV(B) | 118.1º | 0.29% | 0.86% | - |
| XYZ | 45.43 | 60.33 | 40.7 | - |
| YUV | 193.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 156 | 0.28 | 0 | 0.29 | 0.14 | 118.1 | 0.47 | 0.74 |
| Hex | 9E | DB | 9C | 1C | 0 | 1D | E | 76 | 2F | 4A |
| Octal | 236 | 333 | 234 | 34 | 0 | 35 | 16 | 166 | 57 | 112 |
| Binary | 10011110 | 11011011 | 10011100 | 11100 | 0 | 11101 | 1110 | 1110110 | 101111 | 1001010 |
Color Harmonies of #9EDB9C
Complementary color
Monochromatic Colors of #9EDB9C
Black with #9EDB9C
Text Example
Text Example
White with #9EDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB9C; }
p { color: rgb(158,219,156); }
H1.HeaderClassName
{
color: #9EDB9C;
}
.AnyTagClassName
{
color: #9EDB9C;
}
</style>
background-color css
<style>
a { background-color: #9EDB9C; }
a { background-color: rgb(158,219,156); }
div.DivClassName
{
background-color: #9EDB9C;
}
.BgClassName
{
background-color: #9EDB9C;
}
</style>
border-color css
<style>
span { border-color: #9EDB9C; }
span { border-color: rgb(158,219,156); }
td.TdClassName
{
border-color: #9EDB9C;
}
.TagClassName
{
border-color: #9EDB9C;
}
</style>