Html Css Color HEX #9DD795 Granny Smith Apple
📋 copy color: '#9DD795'red 157 ◦ green 215 ◦ blue 149
Shades of Granny Smith Apple #9DD795
Tints of Granny Smith Apple #9DD795
RGB
CMYK
RGB Variations
Color information
#9DD795 (or 0x9DD795) is known color: Granny Smith Apple. HEX triplet: 9D, D7 and 95. RGB value is (157,215,149). Sum of RGB (Red+Green+Blue) = 157+215+149=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD795 is #62286A. Grayscale: #BEBEBE. Windows color (decimal): -6432875 or 9820061. OLE color: 9820061.
HSL color Cylindrical-coordinate representation of color #9DD795: hue angle of 112.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DD795 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 149 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.16 |
| HSL | 112.73º | 0.45% | 0.71% | - |
| HSV(B) | 112.73º | 0.31% | 0.84% | - |
| XYZ | 43.63 | 57.94 | 37.32 | - |
| YUV | 190.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 149 | 0.27 | 0 | 0.31 | 0.16 | 112.73 | 0.45 | 0.71 |
| Hex | 9D | D7 | 95 | 1B | 0 | 1F | 10 | 71 | 2D | 47 |
| Octal | 235 | 327 | 225 | 33 | 0 | 37 | 20 | 161 | 55 | 107 |
| Binary | 10011101 | 11010111 | 10010101 | 11011 | 0 | 11111 | 10000 | 1110001 | 101101 | 1000111 |
Color Harmonies of #9DD795
Complementary color
Monochromatic Colors of #9DD795
Black with #9DD795
Text Example
Text Example
White with #9DD795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD795; }
p { color: rgb(157,215,149); }
H1.HeaderClassName
{
color: #9DD795;
}
.AnyTagClassName
{
color: #9DD795;
}
</style>
background-color css
<style>
a { background-color: #9DD795; }
a { background-color: rgb(157,215,149); }
div.DivClassName
{
background-color: #9DD795;
}
.BgClassName
{
background-color: #9DD795;
}
</style>
border-color css
<style>
span { border-color: #9DD795; }
span { border-color: rgb(157,215,149); }
td.TdClassName
{
border-color: #9DD795;
}
.TagClassName
{
border-color: #9DD795;
}
</style>