Html Css Color HEX #9DD099 Granny Smith Apple
📋 copy color: '#9DD099'red 157 ◦ green 208 ◦ blue 153
Shades of Granny Smith Apple #9DD099
Tints of Granny Smith Apple #9DD099
RGB
CMYK
RGB Variations
Color information
#9DD099 (or 0x9DD099) is known color: Granny Smith Apple. HEX triplet: 9D, D0 and 99. RGB value is (157,208,153). Sum of RGB (Red+Green+Blue) = 157+208+153=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD099 is #622F66. Grayscale: #BABABA. Windows color (decimal): -6434663 or 10080413. OLE color: 10080413.
HSL color Cylindrical-coordinate representation of color #9DD099: hue angle of 115.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD099 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 153 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.18 |
| HSL | 115.64º | 0.37% | 0.71% | - |
| HSV(B) | 115.64º | 0.26% | 0.82% | - |
| XYZ | 42.21 | 54.58 | 38.45 | - |
| YUV | 186.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 153 | 0.25 | 0 | 0.26 | 0.18 | 115.64 | 0.37 | 0.71 |
| Hex | 9D | D0 | 99 | 19 | 0 | 1A | 12 | 74 | 25 | 47 |
| Octal | 235 | 320 | 231 | 31 | 0 | 32 | 22 | 164 | 45 | 107 |
| Binary | 10011101 | 11010000 | 10011001 | 11001 | 0 | 11010 | 10010 | 1110100 | 100101 | 1000111 |
Color Harmonies of #9DD099
Complementary color
Monochromatic Colors of #9DD099
Black with #9DD099
Text Example
Text Example
White with #9DD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD099; }
p { color: rgb(157,208,153); }
H1.HeaderClassName
{
color: #9DD099;
}
.AnyTagClassName
{
color: #9DD099;
}
</style>
background-color css
<style>
a { background-color: #9DD099; }
a { background-color: rgb(157,208,153); }
div.DivClassName
{
background-color: #9DD099;
}
.BgClassName
{
background-color: #9DD099;
}
</style>
border-color css
<style>
span { border-color: #9DD099; }
span { border-color: rgb(157,208,153); }
td.TdClassName
{
border-color: #9DD099;
}
.TagClassName
{
border-color: #9DD099;
}
</style>