Html Css Color HEX #9FDD98 Granny Smith Apple
📋 copy color: '#9FDD98'red 159 ◦ green 221 ◦ blue 152
Shades of Granny Smith Apple #9FDD98
Tints of Granny Smith Apple #9FDD98
RGB
CMYK
RGB Variations
Color information
#9FDD98 (or 0x9FDD98) is known color: Granny Smith Apple. HEX triplet: 9F, DD and 98. RGB value is (159,221,152). Sum of RGB (Red+Green+Blue) = 159+221+152=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDD98 is #602267. Grayscale: #C2C2C2. Windows color (decimal): -6300264 or 10018207. OLE color: 10018207.
HSL color Cylindrical-coordinate representation of color #9FDD98: hue angle of 113.91º 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 #9FDD98 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 152 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.13 |
| HSL | 113.91º | 0.5% | 0.73% | - |
| HSV(B) | 113.91º | 0.31% | 0.87% | - |
| XYZ | 45.82 | 61.35 | 39.13 | - |
| YUV | 194.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 152 | 0.28 | 0 | 0.31 | 0.13 | 113.91 | 0.5 | 0.73 |
| Hex | 9F | DD | 98 | 1C | 0 | 1F | D | 72 | 32 | 49 |
| Octal | 237 | 335 | 230 | 34 | 0 | 37 | 15 | 162 | 62 | 111 |
| Binary | 10011111 | 11011101 | 10011000 | 11100 | 0 | 11111 | 1101 | 1110010 | 110010 | 1001001 |
Color Harmonies of #9FDD98
Complementary color
Monochromatic Colors of #9FDD98
Black with #9FDD98
Text Example
Text Example
White with #9FDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD98; }
p { color: rgb(159,221,152); }
H1.HeaderClassName
{
color: #9FDD98;
}
.AnyTagClassName
{
color: #9FDD98;
}
</style>
background-color css
<style>
a { background-color: #9FDD98; }
a { background-color: rgb(159,221,152); }
div.DivClassName
{
background-color: #9FDD98;
}
.BgClassName
{
background-color: #9FDD98;
}
</style>
border-color css
<style>
span { border-color: #9FDD98; }
span { border-color: rgb(159,221,152); }
td.TdClassName
{
border-color: #9FDD98;
}
.TagClassName
{
border-color: #9FDD98;
}
</style>