Html Css Color HEX #9DD997 Granny Smith Apple
📋 copy color: '#9DD997'red 157 ◦ green 217 ◦ blue 151
Shades of Granny Smith Apple #9DD997
Tints of Granny Smith Apple #9DD997
RGB
CMYK
RGB Variations
Color information
#9DD997 (or 0x9DD997) is known color: Granny Smith Apple. HEX triplet: 9D, D9 and 97. RGB value is (157,217,151). Sum of RGB (Red+Green+Blue) = 157+217+151=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD997 is #622668. Grayscale: #BFBFBF. Windows color (decimal): -6432361 or 9951645. OLE color: 9951645.
HSL color Cylindrical-coordinate representation of color #9DD997: hue angle of 114.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DD997 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 151 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.15 |
| HSL | 114.55º | 0.46% | 0.72% | - |
| HSV(B) | 114.55º | 0.3% | 0.85% | - |
| XYZ | 44.3 | 59.03 | 38.34 | - |
| YUV | 191.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 151 | 0.28 | 0 | 0.30 | 0.15 | 114.55 | 0.46 | 0.72 |
| Hex | 9D | D9 | 97 | 1C | 0 | 1E | F | 73 | 2E | 48 |
| Octal | 235 | 331 | 227 | 34 | 0 | 36 | 17 | 163 | 56 | 110 |
| Binary | 10011101 | 11011001 | 10010111 | 11100 | 0 | 11110 | 1111 | 1110011 | 101110 | 1001000 |
Color Harmonies of #9DD997
Complementary color
Monochromatic Colors of #9DD997
Black with #9DD997
Text Example
Text Example
White with #9DD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD997; }
p { color: rgb(157,217,151); }
H1.HeaderClassName
{
color: #9DD997;
}
.AnyTagClassName
{
color: #9DD997;
}
</style>
background-color css
<style>
a { background-color: #9DD997; }
a { background-color: rgb(157,217,151); }
div.DivClassName
{
background-color: #9DD997;
}
.BgClassName
{
background-color: #9DD997;
}
</style>
border-color css
<style>
span { border-color: #9DD997; }
span { border-color: rgb(157,217,151); }
td.TdClassName
{
border-color: #9DD997;
}
.TagClassName
{
border-color: #9DD997;
}
</style>