Html Css Color HEX #9DDD98 Granny Smith Apple
📋 copy color: '#9DDD98'red 157 ◦ green 221 ◦ blue 152
Shades of Granny Smith Apple #9DDD98
Tints of Granny Smith Apple #9DDD98
RGB
CMYK
RGB Variations
Color information
#9DDD98 (or 0x9DDD98) is known color: Granny Smith Apple. HEX triplet: 9D, DD and 98. RGB value is (157,221,152). Sum of RGB (Red+Green+Blue) = 157+221+152=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD98 is #622267. Grayscale: #C2C2C2. Windows color (decimal): -6431336 or 10018205. OLE color: 10018205.
HSL color Cylindrical-coordinate representation of color #9DDD98: hue angle of 115.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DDD98 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 152 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.13 |
| HSL | 115.65º | 0.5% | 0.73% | - |
| HSV(B) | 115.65º | 0.31% | 0.87% | - |
| XYZ | 45.43 | 61.15 | 39.11 | - |
| YUV | 194 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 152 | 0.29 | 0 | 0.31 | 0.13 | 115.65 | 0.5 | 0.73 |
| Hex | 9D | DD | 98 | 1D | 0 | 1F | D | 74 | 32 | 49 |
| Octal | 235 | 335 | 230 | 35 | 0 | 37 | 15 | 164 | 62 | 111 |
| Binary | 10011101 | 11011101 | 10011000 | 11101 | 0 | 11111 | 1101 | 1110100 | 110010 | 1001001 |
Color Harmonies of #9DDD98
Complementary color
Monochromatic Colors of #9DDD98
Black with #9DDD98
Text Example
Text Example
White with #9DDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD98; }
p { color: rgb(157,221,152); }
H1.HeaderClassName
{
color: #9DDD98;
}
.AnyTagClassName
{
color: #9DDD98;
}
</style>
background-color css
<style>
a { background-color: #9DDD98; }
a { background-color: rgb(157,221,152); }
div.DivClassName
{
background-color: #9DDD98;
}
.BgClassName
{
background-color: #9DDD98;
}
</style>
border-color css
<style>
span { border-color: #9DDD98; }
span { border-color: rgb(157,221,152); }
td.TdClassName
{
border-color: #9DDD98;
}
.TagClassName
{
border-color: #9DDD98;
}
</style>