Html Css Color HEX #9DD696 Granny Smith Apple
📋 copy color: '#9DD696'red 157 ◦ green 214 ◦ blue 150
Shades of Granny Smith Apple #9DD696
Tints of Granny Smith Apple #9DD696
RGB
CMYK
RGB Variations
Color information
#9DD696 (or 0x9DD696) is known color: Granny Smith Apple. HEX triplet: 9D, D6 and 96. RGB value is (157,214,150). Sum of RGB (Red+Green+Blue) = 157+214+150=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD696 is #622969. Grayscale: #BDBDBD. Windows color (decimal): -6433130 or 9885341. OLE color: 9885341.
HSL color Cylindrical-coordinate representation of color #9DD696: hue angle of 113.44º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DD696 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 150 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.16 |
| HSL | 113.44º | 0.44% | 0.71% | - |
| HSV(B) | 113.44º | 0.3% | 0.84% | - |
| XYZ | 43.46 | 57.46 | 37.66 | - |
| YUV | 189.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 150 | 0.27 | 0 | 0.30 | 0.16 | 113.44 | 0.44 | 0.71 |
| Hex | 9D | D6 | 96 | 1B | 0 | 1E | 10 | 71 | 2C | 47 |
| Octal | 235 | 326 | 226 | 33 | 0 | 36 | 20 | 161 | 54 | 107 |
| Binary | 10011101 | 11010110 | 10010110 | 11011 | 0 | 11110 | 10000 | 1110001 | 101100 | 1000111 |
Color Harmonies of #9DD696
Complementary color
Monochromatic Colors of #9DD696
Black with #9DD696
Text Example
Text Example
White with #9DD696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD696; }
p { color: rgb(157,214,150); }
H1.HeaderClassName
{
color: #9DD696;
}
.AnyTagClassName
{
color: #9DD696;
}
</style>
background-color css
<style>
a { background-color: #9DD696; }
a { background-color: rgb(157,214,150); }
div.DivClassName
{
background-color: #9DD696;
}
.BgClassName
{
background-color: #9DD696;
}
</style>
border-color css
<style>
span { border-color: #9DD696; }
span { border-color: rgb(157,214,150); }
td.TdClassName
{
border-color: #9DD696;
}
.TagClassName
{
border-color: #9DD696;
}
</style>