Html Css Color HEX #9FDD94 Granny Smith Apple
📋 copy color: '#9FDD94'red 159 ◦ green 221 ◦ blue 148
Shades of Granny Smith Apple #9FDD94
Tints of Granny Smith Apple #9FDD94
RGB
CMYK
RGB Variations
Color information
#9FDD94 (or 0x9FDD94) is known color: Granny Smith Apple. HEX triplet: 9F, DD and 94. RGB value is (159,221,148). Sum of RGB (Red+Green+Blue) = 159+221+148=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDD94 is #60226B. Grayscale: #C2C2C2. Windows color (decimal): -6300268 or 9756063. OLE color: 9756063.
HSL color Cylindrical-coordinate representation of color #9FDD94: hue angle of 110.96º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDD94 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 148 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.13 |
| HSL | 110.96º | 0.52% | 0.72% | - |
| HSV(B) | 110.96º | 0.33% | 0.87% | - |
| XYZ | 45.5 | 61.22 | 37.44 | - |
| YUV | 194.14 | 101.96 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 148 | 0.28 | 0 | 0.33 | 0.13 | 110.96 | 0.52 | 0.72 |
| Hex | 9F | DD | 94 | 1C | 0 | 21 | D | 6F | 34 | 48 |
| Octal | 237 | 335 | 224 | 34 | 0 | 41 | 15 | 157 | 64 | 110 |
| Binary | 10011111 | 11011101 | 10010100 | 11100 | 0 | 100001 | 1101 | 1101111 | 110100 | 1001000 |
Color Harmonies of #9FDD94
Complementary color
Monochromatic Colors of #9FDD94
Black with #9FDD94
Text Example
Text Example
White with #9FDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD94; }
p { color: rgb(159,221,148); }
H1.HeaderClassName
{
color: #9FDD94;
}
.AnyTagClassName
{
color: #9FDD94;
}
</style>
background-color css
<style>
a { background-color: #9FDD94; }
a { background-color: rgb(159,221,148); }
div.DivClassName
{
background-color: #9FDD94;
}
.BgClassName
{
background-color: #9FDD94;
}
</style>
border-color css
<style>
span { border-color: #9FDD94; }
span { border-color: rgb(159,221,148); }
td.TdClassName
{
border-color: #9FDD94;
}
.TagClassName
{
border-color: #9FDD94;
}
</style>