Html Css Color HEX #9DDB93 Granny Smith Apple
📋 copy color: '#9DDB93'red 157 ◦ green 219 ◦ blue 147
Shades of Granny Smith Apple #9DDB93
Tints of Granny Smith Apple #9DDB93
RGB
CMYK
RGB Variations
Color information
#9DDB93 (or 0x9DDB93) is known color: Granny Smith Apple. HEX triplet: 9D, DB and 93. RGB value is (157,219,147). Sum of RGB (Red+Green+Blue) = 157+219+147=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB93 is #62246C. Grayscale: #C0C0C0. Windows color (decimal): -6431853 or 9690013. OLE color: 9690013.
HSL color Cylindrical-coordinate representation of color #9DDB93: hue angle of 111.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDB93 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 147 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.14 |
| HSL | 111.67º | 0.5% | 0.72% | - |
| HSV(B) | 111.67º | 0.33% | 0.86% | - |
| XYZ | 44.5 | 59.94 | 36.83 | - |
| YUV | 192.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 147 | 0.28 | 0 | 0.33 | 0.14 | 111.67 | 0.5 | 0.72 |
| Hex | 9D | DB | 93 | 1C | 0 | 21 | E | 70 | 32 | 48 |
| Octal | 235 | 333 | 223 | 34 | 0 | 41 | 16 | 160 | 62 | 110 |
| Binary | 10011101 | 11011011 | 10010011 | 11100 | 0 | 100001 | 1110 | 1110000 | 110010 | 1001000 |
Color Harmonies of #9DDB93
Complementary color
Monochromatic Colors of #9DDB93
Black with #9DDB93
Text Example
Text Example
White with #9DDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB93; }
p { color: rgb(157,219,147); }
H1.HeaderClassName
{
color: #9DDB93;
}
.AnyTagClassName
{
color: #9DDB93;
}
</style>
background-color css
<style>
a { background-color: #9DDB93; }
a { background-color: rgb(157,219,147); }
div.DivClassName
{
background-color: #9DDB93;
}
.BgClassName
{
background-color: #9DDB93;
}
</style>
border-color css
<style>
span { border-color: #9DDB93; }
span { border-color: rgb(157,219,147); }
td.TdClassName
{
border-color: #9DDB93;
}
.TagClassName
{
border-color: #9DDB93;
}
</style>