Html Css Color HEX #9DD09C Granny Smith Apple
📋 copy color: '#9DD09C'red 157 ◦ green 208 ◦ blue 156
Shades of Granny Smith Apple #9DD09C
Tints of Granny Smith Apple #9DD09C
RGB
CMYK
RGB Variations
Color information
#9DD09C (or 0x9DD09C) is known color: Granny Smith Apple. HEX triplet: 9D, D0 and 9C. RGB value is (157,208,156). Sum of RGB (Red+Green+Blue) = 157+208+156=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD09C is #622F63. Grayscale: #BABABA. Windows color (decimal): -6434660 or 10277021. OLE color: 10277021.
HSL color Cylindrical-coordinate representation of color #9DD09C: hue angle of 118.85º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD09C is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 156 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.18 |
| HSL | 118.85º | 0.36% | 0.71% | - |
| HSV(B) | 118.85º | 0.25% | 0.82% | - |
| XYZ | 42.46 | 54.68 | 39.77 | - |
| YUV | 186.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 156 | 0.25 | 0 | 0.25 | 0.18 | 118.85 | 0.36 | 0.71 |
| Hex | 9D | D0 | 9C | 19 | 0 | 19 | 12 | 77 | 24 | 47 |
| Octal | 235 | 320 | 234 | 31 | 0 | 31 | 22 | 167 | 44 | 107 |
| Binary | 10011101 | 11010000 | 10011100 | 11001 | 0 | 11001 | 10010 | 1110111 | 100100 | 1000111 |
Color Harmonies of #9DD09C
Complementary color
Monochromatic Colors of #9DD09C
Black with #9DD09C
Text Example
Text Example
White with #9DD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD09C; }
p { color: rgb(157,208,156); }
H1.HeaderClassName
{
color: #9DD09C;
}
.AnyTagClassName
{
color: #9DD09C;
}
</style>
background-color css
<style>
a { background-color: #9DD09C; }
a { background-color: rgb(157,208,156); }
div.DivClassName
{
background-color: #9DD09C;
}
.BgClassName
{
background-color: #9DD09C;
}
</style>
border-color css
<style>
span { border-color: #9DD09C; }
span { border-color: rgb(157,208,156); }
td.TdClassName
{
border-color: #9DD09C;
}
.TagClassName
{
border-color: #9DD09C;
}
</style>