Html Css Color HEX #9DD898 Granny Smith Apple
📋 copy color: '#9DD898'red 157 ◦ green 216 ◦ blue 152
Shades of Granny Smith Apple #9DD898
Tints of Granny Smith Apple #9DD898
RGB
CMYK
RGB Variations
Color information
#9DD898 (or 0x9DD898) is known color: Granny Smith Apple. HEX triplet: 9D, D8 and 98. RGB value is (157,216,152). Sum of RGB (Red+Green+Blue) = 157+216+152=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD898 is #622767. Grayscale: #BFBFBF. Windows color (decimal): -6432616 or 10016925. OLE color: 10016925.
HSL color Cylindrical-coordinate representation of color #9DD898: hue angle of 115.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DD898 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 152 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.15 |
| HSL | 115.31º | 0.45% | 0.72% | - |
| HSV(B) | 115.31º | 0.3% | 0.85% | - |
| XYZ | 44.13 | 58.55 | 38.68 | - |
| YUV | 191.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 152 | 0.27 | 0 | 0.30 | 0.15 | 115.31 | 0.45 | 0.72 |
| Hex | 9D | D8 | 98 | 1B | 0 | 1E | F | 73 | 2D | 48 |
| Octal | 235 | 330 | 230 | 33 | 0 | 36 | 17 | 163 | 55 | 110 |
| Binary | 10011101 | 11011000 | 10011000 | 11011 | 0 | 11110 | 1111 | 1110011 | 101101 | 1001000 |
Color Harmonies of #9DD898
Complementary color
Monochromatic Colors of #9DD898
Black with #9DD898
Text Example
Text Example
White with #9DD898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD898; }
p { color: rgb(157,216,152); }
H1.HeaderClassName
{
color: #9DD898;
}
.AnyTagClassName
{
color: #9DD898;
}
</style>
background-color css
<style>
a { background-color: #9DD898; }
a { background-color: rgb(157,216,152); }
div.DivClassName
{
background-color: #9DD898;
}
.BgClassName
{
background-color: #9DD898;
}
</style>
border-color css
<style>
span { border-color: #9DD898; }
span { border-color: rgb(157,216,152); }
td.TdClassName
{
border-color: #9DD898;
}
.TagClassName
{
border-color: #9DD898;
}
</style>