Html Css Color HEX #9DDB96 Granny Smith Apple
📋 copy color: '#9DDB96'red 157 ◦ green 219 ◦ blue 150
Shades of Granny Smith Apple #9DDB96
Tints of Granny Smith Apple #9DDB96
RGB
CMYK
RGB Variations
Color information
#9DDB96 (or 0x9DDB96) is known color: Granny Smith Apple. HEX triplet: 9D, DB and 96. RGB value is (157,219,150). Sum of RGB (Red+Green+Blue) = 157+219+150=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB96 is #622469. Grayscale: #C0C0C0. Windows color (decimal): -6431850 or 9886621. OLE color: 9886621.
HSL color Cylindrical-coordinate representation of color #9DDB96: hue angle of 113.91º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DDB96 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 150 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.14 |
| HSL | 113.91º | 0.49% | 0.72% | - |
| HSV(B) | 113.91º | 0.32% | 0.86% | - |
| XYZ | 44.74 | 60.03 | 38.08 | - |
| YUV | 192.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 150 | 0.28 | 0 | 0.32 | 0.14 | 113.91 | 0.49 | 0.72 |
| Hex | 9D | DB | 96 | 1C | 0 | 20 | E | 72 | 31 | 48 |
| Octal | 235 | 333 | 226 | 34 | 0 | 40 | 16 | 162 | 61 | 110 |
| Binary | 10011101 | 11011011 | 10010110 | 11100 | 0 | 100000 | 1110 | 1110010 | 110001 | 1001000 |
Color Harmonies of #9DDB96
Complementary color
Monochromatic Colors of #9DDB96
Black with #9DDB96
Text Example
Text Example
White with #9DDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB96; }
p { color: rgb(157,219,150); }
H1.HeaderClassName
{
color: #9DDB96;
}
.AnyTagClassName
{
color: #9DDB96;
}
</style>
background-color css
<style>
a { background-color: #9DDB96; }
a { background-color: rgb(157,219,150); }
div.DivClassName
{
background-color: #9DDB96;
}
.BgClassName
{
background-color: #9DDB96;
}
</style>
border-color css
<style>
span { border-color: #9DDB96; }
span { border-color: rgb(157,219,150); }
td.TdClassName
{
border-color: #9DDB96;
}
.TagClassName
{
border-color: #9DDB96;
}
</style>