Html Css Color HEX #9DD49C Granny Smith Apple
📋 copy color: '#9DD49C'red 157 ◦ green 212 ◦ blue 156
Shades of Granny Smith Apple #9DD49C
Tints of Granny Smith Apple #9DD49C
RGB
CMYK
RGB Variations
Color information
#9DD49C (or 0x9DD49C) is known color: Granny Smith Apple. HEX triplet: 9D, D4 and 9C. RGB value is (157,212,156). Sum of RGB (Red+Green+Blue) = 157+212+156=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD49C is #622B63. Grayscale: #BDBDBD. Windows color (decimal): -6433636 or 10278045. OLE color: 10278045.
HSL color Cylindrical-coordinate representation of color #9DD49C: hue angle of 118.93º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD49C is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 156 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.17 |
| HSL | 118.93º | 0.39% | 0.72% | - |
| HSV(B) | 118.93º | 0.26% | 0.83% | - |
| XYZ | 43.45 | 56.66 | 40.1 | - |
| YUV | 189.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 156 | 0.26 | 0 | 0.26 | 0.17 | 118.93 | 0.39 | 0.72 |
| Hex | 9D | D4 | 9C | 1A | 0 | 1A | 11 | 77 | 27 | 48 |
| Octal | 235 | 324 | 234 | 32 | 0 | 32 | 21 | 167 | 47 | 110 |
| Binary | 10011101 | 11010100 | 10011100 | 11010 | 0 | 11010 | 10001 | 1110111 | 100111 | 1001000 |
Color Harmonies of #9DD49C
Complementary color
Monochromatic Colors of #9DD49C
Black with #9DD49C
Text Example
Text Example
White with #9DD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD49C; }
p { color: rgb(157,212,156); }
H1.HeaderClassName
{
color: #9DD49C;
}
.AnyTagClassName
{
color: #9DD49C;
}
</style>
background-color css
<style>
a { background-color: #9DD49C; }
a { background-color: rgb(157,212,156); }
div.DivClassName
{
background-color: #9DD49C;
}
.BgClassName
{
background-color: #9DD49C;
}
</style>
border-color css
<style>
span { border-color: #9DD49C; }
span { border-color: rgb(157,212,156); }
td.TdClassName
{
border-color: #9DD49C;
}
.TagClassName
{
border-color: #9DD49C;
}
</style>