Html Css Color HEX #9FDD9B Granny Smith Apple
📋 copy color: '#9FDD9B'red 159 ◦ green 221 ◦ blue 155
Shades of Granny Smith Apple #9FDD9B
Tints of Granny Smith Apple #9FDD9B
RGB
CMYK
RGB Variations
Color information
#9FDD9B (or 0x9FDD9B) is known color: Granny Smith Apple. HEX triplet: 9F, DD and 9B. RGB value is (159,221,155). Sum of RGB (Red+Green+Blue) = 159+221+155=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDD9B is #602264. Grayscale: #C3C3C3. Windows color (decimal): -6300261 or 10214815. OLE color: 10214815.
HSL color Cylindrical-coordinate representation of color #9FDD9B: hue angle of 116.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FDD9B is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 155 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.13 |
| HSL | 116.36º | 0.49% | 0.74% | - |
| HSV(B) | 116.36º | 0.3% | 0.87% | - |
| XYZ | 46.07 | 61.45 | 40.44 | - |
| YUV | 194.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 155 | 0.28 | 0 | 0.30 | 0.13 | 116.36 | 0.49 | 0.74 |
| Hex | 9F | DD | 9B | 1C | 0 | 1E | D | 74 | 31 | 4A |
| Octal | 237 | 335 | 233 | 34 | 0 | 36 | 15 | 164 | 61 | 112 |
| Binary | 10011111 | 11011101 | 10011011 | 11100 | 0 | 11110 | 1101 | 1110100 | 110001 | 1001010 |
Color Harmonies of #9FDD9B
Complementary color
Monochromatic Colors of #9FDD9B
Black with #9FDD9B
Text Example
Text Example
White with #9FDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD9B; }
p { color: rgb(159,221,155); }
H1.HeaderClassName
{
color: #9FDD9B;
}
.AnyTagClassName
{
color: #9FDD9B;
}
</style>
background-color css
<style>
a { background-color: #9FDD9B; }
a { background-color: rgb(159,221,155); }
div.DivClassName
{
background-color: #9FDD9B;
}
.BgClassName
{
background-color: #9FDD9B;
}
</style>
border-color css
<style>
span { border-color: #9FDD9B; }
span { border-color: rgb(159,221,155); }
td.TdClassName
{
border-color: #9FDD9B;
}
.TagClassName
{
border-color: #9FDD9B;
}
</style>