Html Css Color HEX #9DDB98 Granny Smith Apple
📋 copy color: '#9DDB98'red 157 ◦ green 219 ◦ blue 152
Shades of Granny Smith Apple #9DDB98
Tints of Granny Smith Apple #9DDB98
RGB
CMYK
RGB Variations
Color information
#9DDB98 (or 0x9DDB98) is known color: Granny Smith Apple. HEX triplet: 9D, DB and 98. RGB value is (157,219,152). Sum of RGB (Red+Green+Blue) = 157+219+152=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB98 is #622467. Grayscale: #C1C1C1. Windows color (decimal): -6431848 or 10017693. OLE color: 10017693.
HSL color Cylindrical-coordinate representation of color #9DDB98: hue angle of 115.52º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DDB98 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 152 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.14 |
| HSL | 115.52º | 0.48% | 0.73% | - |
| HSV(B) | 115.52º | 0.31% | 0.86% | - |
| XYZ | 44.9 | 60.1 | 38.94 | - |
| YUV | 192.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 152 | 0.28 | 0 | 0.31 | 0.14 | 115.52 | 0.48 | 0.73 |
| Hex | 9D | DB | 98 | 1C | 0 | 1F | E | 74 | 30 | 49 |
| Octal | 235 | 333 | 230 | 34 | 0 | 37 | 16 | 164 | 60 | 111 |
| Binary | 10011101 | 11011011 | 10011000 | 11100 | 0 | 11111 | 1110 | 1110100 | 110000 | 1001001 |
Color Harmonies of #9DDB98
Complementary color
Monochromatic Colors of #9DDB98
Black with #9DDB98
Text Example
Text Example
White with #9DDB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB98; }
p { color: rgb(157,219,152); }
H1.HeaderClassName
{
color: #9DDB98;
}
.AnyTagClassName
{
color: #9DDB98;
}
</style>
background-color css
<style>
a { background-color: #9DDB98; }
a { background-color: rgb(157,219,152); }
div.DivClassName
{
background-color: #9DDB98;
}
.BgClassName
{
background-color: #9DDB98;
}
</style>
border-color css
<style>
span { border-color: #9DDB98; }
span { border-color: rgb(157,219,152); }
td.TdClassName
{
border-color: #9DDB98;
}
.TagClassName
{
border-color: #9DDB98;
}
</style>