Html Css Color HEX #9DD598 Granny Smith Apple
📋 copy color: '#9DD598'red 157 ◦ green 213 ◦ blue 152
Shades of Granny Smith Apple #9DD598
Tints of Granny Smith Apple #9DD598
RGB
CMYK
RGB Variations
Color information
#9DD598 (or 0x9DD598) is known color: Granny Smith Apple. HEX triplet: 9D, D5 and 98. RGB value is (157,213,152). Sum of RGB (Red+Green+Blue) = 157+213+152=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD598 is #622A67. Grayscale: #BDBDBD. Windows color (decimal): -6433384 or 10016157. OLE color: 10016157.
HSL color Cylindrical-coordinate representation of color #9DD598: hue angle of 115.08º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DD598 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 152 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.16 |
| HSL | 115.08º | 0.42% | 0.72% | - |
| HSV(B) | 115.08º | 0.29% | 0.84% | - |
| XYZ | 43.37 | 57.02 | 38.43 | - |
| YUV | 189.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 152 | 0.26 | 0 | 0.29 | 0.16 | 115.08 | 0.42 | 0.72 |
| Hex | 9D | D5 | 98 | 1A | 0 | 1D | 10 | 73 | 2A | 48 |
| Octal | 235 | 325 | 230 | 32 | 0 | 35 | 20 | 163 | 52 | 110 |
| Binary | 10011101 | 11010101 | 10011000 | 11010 | 0 | 11101 | 10000 | 1110011 | 101010 | 1001000 |
Color Harmonies of #9DD598
Complementary color
Monochromatic Colors of #9DD598
Black with #9DD598
Text Example
Text Example
White with #9DD598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD598; }
p { color: rgb(157,213,152); }
H1.HeaderClassName
{
color: #9DD598;
}
.AnyTagClassName
{
color: #9DD598;
}
</style>
background-color css
<style>
a { background-color: #9DD598; }
a { background-color: rgb(157,213,152); }
div.DivClassName
{
background-color: #9DD598;
}
.BgClassName
{
background-color: #9DD598;
}
</style>
border-color css
<style>
span { border-color: #9DD598; }
span { border-color: rgb(157,213,152); }
td.TdClassName
{
border-color: #9DD598;
}
.TagClassName
{
border-color: #9DD598;
}
</style>