Html Css Color HEX #9DDB9E Granny Smith Apple
📋 copy color: '#9DDB9E'red 157 ◦ green 219 ◦ blue 158
Shades of Granny Smith Apple #9DDB9E
Tints of Granny Smith Apple #9DDB9E
RGB
CMYK
RGB Variations
Color information
#9DDB9E (or 0x9DDB9E) is known color: Granny Smith Apple. HEX triplet: 9D, DB and 9E. RGB value is (157,219,158). Sum of RGB (Red+Green+Blue) = 157+219+158=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB9E is #622461. Grayscale: #C1C1C1. Windows color (decimal): -6431842 or 10410909. OLE color: 10410909.
HSL color Cylindrical-coordinate representation of color #9DDB9E: hue angle of 120.97º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDB9E is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 158 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.14 |
| HSL | 120.97º | 0.46% | 0.74% | - |
| HSV(B) | 120.97º | 0.28% | 0.86% | - |
| XYZ | 45.41 | 60.3 | 41.59 | - |
| YUV | 193.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 158 | 0.28 | 0 | 0.28 | 0.14 | 120.97 | 0.46 | 0.74 |
| Hex | 9D | DB | 9E | 1C | 0 | 1C | E | 79 | 2E | 4A |
| Octal | 235 | 333 | 236 | 34 | 0 | 34 | 16 | 171 | 56 | 112 |
| Binary | 10011101 | 11011011 | 10011110 | 11100 | 0 | 11100 | 1110 | 1111001 | 101110 | 1001010 |
Color Harmonies of #9DDB9E
Complementary color
Monochromatic Colors of #9DDB9E
Black with #9DDB9E
Text Example
Text Example
White with #9DDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB9E; }
p { color: rgb(157,219,158); }
H1.HeaderClassName
{
color: #9DDB9E;
}
.AnyTagClassName
{
color: #9DDB9E;
}
</style>
background-color css
<style>
a { background-color: #9DDB9E; }
a { background-color: rgb(157,219,158); }
div.DivClassName
{
background-color: #9DDB9E;
}
.BgClassName
{
background-color: #9DDB9E;
}
</style>
border-color css
<style>
span { border-color: #9DDB9E; }
span { border-color: rgb(157,219,158); }
td.TdClassName
{
border-color: #9DDB9E;
}
.TagClassName
{
border-color: #9DDB9E;
}
</style>