Html Css Color HEX #9DD49D Granny Smith Apple
📋 copy color: '#9DD49D'red 157 ◦ green 212 ◦ blue 157
Shades of Granny Smith Apple #9DD49D
Tints of Granny Smith Apple #9DD49D
RGB
CMYK
RGB Variations
Color information
#9DD49D (or 0x9DD49D) is known color: Granny Smith Apple. HEX triplet: 9D, D4 and 9D. RGB value is (157,212,157). Sum of RGB (Red+Green+Blue) = 157+212+157=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD49D is #622B62. Grayscale: #BDBDBD. Windows color (decimal): -6433635 or 10343581. OLE color: 10343581.
HSL color Cylindrical-coordinate representation of color #9DD49D: hue angle of 120º 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 #9DD49D is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 157 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.17 |
| HSL | 120º | 0.39% | 0.72% | - |
| HSV(B) | 120º | 0.26% | 0.83% | - |
| XYZ | 43.53 | 56.69 | 40.55 | - |
| YUV | 189.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 157 | 0.26 | 0 | 0.26 | 0.17 | 120 | 0.39 | 0.72 |
| Hex | 9D | D4 | 9D | 1A | 0 | 1A | 11 | 78 | 27 | 48 |
| Octal | 235 | 324 | 235 | 32 | 0 | 32 | 21 | 170 | 47 | 110 |
| Binary | 10011101 | 11010100 | 10011101 | 11010 | 0 | 11010 | 10001 | 1111000 | 100111 | 1001000 |
Color Harmonies of #9DD49D
Complementary color
Monochromatic Colors of #9DD49D
Black with #9DD49D
Text Example
Text Example
White with #9DD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD49D; }
p { color: rgb(157,212,157); }
H1.HeaderClassName
{
color: #9DD49D;
}
.AnyTagClassName
{
color: #9DD49D;
}
</style>
background-color css
<style>
a { background-color: #9DD49D; }
a { background-color: rgb(157,212,157); }
div.DivClassName
{
background-color: #9DD49D;
}
.BgClassName
{
background-color: #9DD49D;
}
</style>
border-color css
<style>
span { border-color: #9DD49D; }
span { border-color: rgb(157,212,157); }
td.TdClassName
{
border-color: #9DD49D;
}
.TagClassName
{
border-color: #9DD49D;
}
</style>