Html Css Color HEX #9FDD95 Granny Smith Apple
📋 copy color: '#9FDD95'red 159 ◦ green 221 ◦ blue 149
Shades of Granny Smith Apple #9FDD95
Tints of Granny Smith Apple #9FDD95
RGB
CMYK
RGB Variations
Color information
#9FDD95 (or 0x9FDD95) is known color: Granny Smith Apple. HEX triplet: 9F, DD and 95. RGB value is (159,221,149). Sum of RGB (Red+Green+Blue) = 159+221+149=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDD95 is #60226A. Grayscale: #C2C2C2. Windows color (decimal): -6300267 or 9821599. OLE color: 9821599.
HSL color Cylindrical-coordinate representation of color #9FDD95: hue angle of 111.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDD95 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 149 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.13 |
| HSL | 111.67º | 0.51% | 0.73% | - |
| HSV(B) | 111.67º | 0.33% | 0.87% | - |
| XYZ | 45.58 | 61.25 | 37.85 | - |
| YUV | 194.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 149 | 0.28 | 0 | 0.33 | 0.13 | 111.67 | 0.51 | 0.73 |
| Hex | 9F | DD | 95 | 1C | 0 | 21 | D | 70 | 33 | 49 |
| Octal | 237 | 335 | 225 | 34 | 0 | 41 | 15 | 160 | 63 | 111 |
| Binary | 10011111 | 11011101 | 10010101 | 11100 | 0 | 100001 | 1101 | 1110000 | 110011 | 1001001 |
Color Harmonies of #9FDD95
Complementary color
Monochromatic Colors of #9FDD95
Black with #9FDD95
Text Example
Text Example
White with #9FDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD95; }
p { color: rgb(159,221,149); }
H1.HeaderClassName
{
color: #9FDD95;
}
.AnyTagClassName
{
color: #9FDD95;
}
</style>
background-color css
<style>
a { background-color: #9FDD95; }
a { background-color: rgb(159,221,149); }
div.DivClassName
{
background-color: #9FDD95;
}
.BgClassName
{
background-color: #9FDD95;
}
</style>
border-color css
<style>
span { border-color: #9FDD95; }
span { border-color: rgb(159,221,149); }
td.TdClassName
{
border-color: #9FDD95;
}
.TagClassName
{
border-color: #9FDD95;
}
</style>