Html Css Color HEX #9DDA99 Granny Smith Apple
📋 copy color: '#9DDA99'red 157 ◦ green 218 ◦ blue 153
Shades of Granny Smith Apple #9DDA99
Tints of Granny Smith Apple #9DDA99
RGB
CMYK
RGB Variations
Color information
#9DDA99 (or 0x9DDA99) is known color: Granny Smith Apple. HEX triplet: 9D, DA and 99. RGB value is (157,218,153). Sum of RGB (Red+Green+Blue) = 157+218+153=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA99 is #622566. Grayscale: #C0C0C0. Windows color (decimal): -6432103 or 10082973. OLE color: 10082973.
HSL color Cylindrical-coordinate representation of color #9DDA99: hue angle of 116.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDA99 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 153 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.15 |
| HSL | 116.31º | 0.47% | 0.73% | - |
| HSV(B) | 116.31º | 0.3% | 0.85% | - |
| XYZ | 44.73 | 59.61 | 39.29 | - |
| YUV | 192.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 153 | 0.28 | 0 | 0.30 | 0.15 | 116.31 | 0.47 | 0.73 |
| Hex | 9D | DA | 99 | 1C | 0 | 1E | F | 74 | 2F | 49 |
| Octal | 235 | 332 | 231 | 34 | 0 | 36 | 17 | 164 | 57 | 111 |
| Binary | 10011101 | 11011010 | 10011001 | 11100 | 0 | 11110 | 1111 | 1110100 | 101111 | 1001001 |
Color Harmonies of #9DDA99
Complementary color
Monochromatic Colors of #9DDA99
Black with #9DDA99
Text Example
Text Example
White with #9DDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA99; }
p { color: rgb(157,218,153); }
H1.HeaderClassName
{
color: #9DDA99;
}
.AnyTagClassName
{
color: #9DDA99;
}
</style>
background-color css
<style>
a { background-color: #9DDA99; }
a { background-color: rgb(157,218,153); }
div.DivClassName
{
background-color: #9DDA99;
}
.BgClassName
{
background-color: #9DDA99;
}
</style>
border-color css
<style>
span { border-color: #9DDA99; }
span { border-color: rgb(157,218,153); }
td.TdClassName
{
border-color: #9DDA99;
}
.TagClassName
{
border-color: #9DDA99;
}
</style>