Html Css Color HEX #9FDD9F Granny Smith Apple
📋 copy color: '#9FDD9F'red 159 ◦ green 221 ◦ blue 159
Shades of Granny Smith Apple #9FDD9F
Tints of Granny Smith Apple #9FDD9F
RGB
CMYK
RGB Variations
Color information
#9FDD9F (or 0x9FDD9F) is known color: Granny Smith Apple. HEX triplet: 9F, DD and 9F. RGB value is (159,221,159). Sum of RGB (Red+Green+Blue) = 159+221+159=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDD9F is #602260. Grayscale: #C3C3C3. Windows color (decimal): -6300257 or 10476959. OLE color: 10476959.
HSL color Cylindrical-coordinate representation of color #9FDD9F: hue angle of 120º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDD9F is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 159 | 221 | 159 | - |
CMYK | 0.28 | 0 | 0.28 | 0.13 |
HSL | 120º | 0.48% | 0.75% | - |
HSV(B) | 120º | 0.28% | 0.87% | - |
XYZ | 46.41 | 61.59 | 42.24 | - |
YUV | 195.39 | 107.46 | 102.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 221 | 159 | 0.28 | 0 | 0.28 | 0.13 | 120 | 0.48 | 0.75 |
Hex | 9F | DD | 9F | 1C | 0 | 1C | D | 78 | 30 | 4B |
Octal | 237 | 335 | 237 | 34 | 0 | 34 | 15 | 170 | 60 | 113 |
Binary | 10011111 | 11011101 | 10011111 | 11100 | 0 | 11100 | 1101 | 1111000 | 110000 | 1001011 |
Color Harmonies of #9FDD9F
Complementary color
Monochromatic Colors of #9FDD9F
Black with #9FDD9F
Text Example
Text Example
White with #9FDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD9F; }
p { color: rgb(159,221,159); }
H1.HeaderClassName
{
color: #9FDD9F;
}
.AnyTagClassName
{
color: #9FDD9F;
}
</style>
background-color css
<style>
a { background-color: #9FDD9F; }
a { background-color: rgb(159,221,159); }
div.DivClassName
{
background-color: #9FDD9F;
}
.BgClassName
{
background-color: #9FDD9F;
}
</style>
border-color css
<style>
span { border-color: #9FDD9F; }
span { border-color: rgb(159,221,159); }
td.TdClassName
{
border-color: #9FDD9F;
}
.TagClassName
{
border-color: #9FDD9F;
}
</style>