Html Css Color HEX #9DD995 Granny Smith Apple
📋 copy color: '#9DD995'red 157 ◦ green 217 ◦ blue 149
Shades of Granny Smith Apple #9DD995
Tints of Granny Smith Apple #9DD995
RGB
CMYK
RGB Variations
Color information
#9DD995 (or 0x9DD995) is known color: Granny Smith Apple. HEX triplet: 9D, D9 and 95. RGB value is (157,217,149). Sum of RGB (Red+Green+Blue) = 157+217+149=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD995 is #62266A. Grayscale: #BFBFBF. Windows color (decimal): -6432363 or 9820573. OLE color: 9820573.
HSL color Cylindrical-coordinate representation of color #9DD995: hue angle of 112.94º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DD995 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 149 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.15 |
| HSL | 112.94º | 0.47% | 0.72% | - |
| HSV(B) | 112.94º | 0.31% | 0.85% | - |
| XYZ | 44.14 | 58.96 | 37.49 | - |
| YUV | 191.31 | 104.12 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 149 | 0.28 | 0 | 0.31 | 0.15 | 112.94 | 0.47 | 0.72 |
| Hex | 9D | D9 | 95 | 1C | 0 | 1F | F | 71 | 2F | 48 |
| Octal | 235 | 331 | 225 | 34 | 0 | 37 | 17 | 161 | 57 | 110 |
| Binary | 10011101 | 11011001 | 10010101 | 11100 | 0 | 11111 | 1111 | 1110001 | 101111 | 1001000 |
Color Harmonies of #9DD995
Complementary color
Monochromatic Colors of #9DD995
Black with #9DD995
Text Example
Text Example
White with #9DD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD995; }
p { color: rgb(157,217,149); }
H1.HeaderClassName
{
color: #9DD995;
}
.AnyTagClassName
{
color: #9DD995;
}
</style>
background-color css
<style>
a { background-color: #9DD995; }
a { background-color: rgb(157,217,149); }
div.DivClassName
{
background-color: #9DD995;
}
.BgClassName
{
background-color: #9DD995;
}
</style>
border-color css
<style>
span { border-color: #9DD995; }
span { border-color: rgb(157,217,149); }
td.TdClassName
{
border-color: #9DD995;
}
.TagClassName
{
border-color: #9DD995;
}
</style>