Html Css Color HEX #9DDC98 Granny Smith Apple
📋 copy color: '#9DDC98'red 157 ◦ green 220 ◦ blue 152
Shades of Granny Smith Apple #9DDC98
Tints of Granny Smith Apple #9DDC98
RGB
CMYK
RGB Variations
Color information
#9DDC98 (or 0x9DDC98) is known color: Granny Smith Apple. HEX triplet: 9D, DC and 98. RGB value is (157,220,152). Sum of RGB (Red+Green+Blue) = 157+220+152=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC98 is #622367. Grayscale: #C1C1C1. Windows color (decimal): -6431592 or 10017949. OLE color: 10017949.
HSL color Cylindrical-coordinate representation of color #9DDC98: hue angle of 115.59º degrees, saturation: 0.49, 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 #9DDC98 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 152 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.14 |
| HSL | 115.59º | 0.49% | 0.73% | - |
| HSV(B) | 115.59º | 0.31% | 0.86% | - |
| XYZ | 45.17 | 60.62 | 39.03 | - |
| YUV | 193.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 152 | 0.29 | 0 | 0.31 | 0.14 | 115.59 | 0.49 | 0.73 |
| Hex | 9D | DC | 98 | 1D | 0 | 1F | E | 74 | 31 | 49 |
| Octal | 235 | 334 | 230 | 35 | 0 | 37 | 16 | 164 | 61 | 111 |
| Binary | 10011101 | 11011100 | 10011000 | 11101 | 0 | 11111 | 1110 | 1110100 | 110001 | 1001001 |
Color Harmonies of #9DDC98
Complementary color
Monochromatic Colors of #9DDC98
Black with #9DDC98
Text Example
Text Example
White with #9DDC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDC98; }
p { color: rgb(157,220,152); }
H1.HeaderClassName
{
color: #9DDC98;
}
.AnyTagClassName
{
color: #9DDC98;
}
</style>
background-color css
<style>
a { background-color: #9DDC98; }
a { background-color: rgb(157,220,152); }
div.DivClassName
{
background-color: #9DDC98;
}
.BgClassName
{
background-color: #9DDC98;
}
</style>
border-color css
<style>
span { border-color: #9DDC98; }
span { border-color: rgb(157,220,152); }
td.TdClassName
{
border-color: #9DDC98;
}
.TagClassName
{
border-color: #9DDC98;
}
</style>