Html Css Color HEX #9DD496 Granny Smith Apple
📋 copy color: '#9DD496'red 157 ◦ green 212 ◦ blue 150
Shades of Granny Smith Apple #9DD496
Tints of Granny Smith Apple #9DD496
RGB
CMYK
RGB Variations
Color information
#9DD496 (or 0x9DD496) is known color: Granny Smith Apple. HEX triplet: 9D, D4 and 96. RGB value is (157,212,150). Sum of RGB (Red+Green+Blue) = 157+212+150=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD496 is #622B69. Grayscale: #BCBCBC. Windows color (decimal): -6433642 or 9884829. OLE color: 9884829.
HSL color Cylindrical-coordinate representation of color #9DD496: hue angle of 113.23º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DD496 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 150 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.17 |
| HSL | 113.23º | 0.42% | 0.71% | - |
| HSV(B) | 113.23º | 0.29% | 0.83% | - |
| XYZ | 42.95 | 56.46 | 37.49 | - |
| YUV | 188.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 150 | 0.26 | 0 | 0.29 | 0.17 | 113.23 | 0.42 | 0.71 |
| Hex | 9D | D4 | 96 | 1A | 0 | 1D | 11 | 71 | 2A | 47 |
| Octal | 235 | 324 | 226 | 32 | 0 | 35 | 21 | 161 | 52 | 107 |
| Binary | 10011101 | 11010100 | 10010110 | 11010 | 0 | 11101 | 10001 | 1110001 | 101010 | 1000111 |
Color Harmonies of #9DD496
Complementary color
Monochromatic Colors of #9DD496
Black with #9DD496
Text Example
Text Example
White with #9DD496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD496; }
p { color: rgb(157,212,150); }
H1.HeaderClassName
{
color: #9DD496;
}
.AnyTagClassName
{
color: #9DD496;
}
</style>
background-color css
<style>
a { background-color: #9DD496; }
a { background-color: rgb(157,212,150); }
div.DivClassName
{
background-color: #9DD496;
}
.BgClassName
{
background-color: #9DD496;
}
</style>
border-color css
<style>
span { border-color: #9DD496; }
span { border-color: rgb(157,212,150); }
td.TdClassName
{
border-color: #9DD496;
}
.TagClassName
{
border-color: #9DD496;
}
</style>