Html Css Color HEX #9FDB9F Granny Smith Apple
📋 copy color: '#9FDB9F'red 159 ◦ green 219 ◦ blue 159
Shades of Granny Smith Apple #9FDB9F
Tints of Granny Smith Apple #9FDB9F
RGB
CMYK
RGB Variations
Color information
#9FDB9F (or 0x9FDB9F) is known color: Granny Smith Apple. HEX triplet: 9F, DB and 9F. RGB value is (159,219,159). Sum of RGB (Red+Green+Blue) = 159+219+159=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDB9F is #602460. Grayscale: #C2C2C2. Windows color (decimal): -6300769 or 10476447. OLE color: 10476447.
HSL color Cylindrical-coordinate representation of color #9FDB9F: hue angle of 120º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDB9F is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 219 | 159 | - |
CMYK | 0.27 | 0 | 0.27 | 0.14 |
HSL | 120º | 0.45% | 0.74% | - |
HSV(B) | 120º | 0.27% | 0.86% | - |
XYZ | 45.89 | 60.54 | 42.07 | - |
YUV | 194.22 | 108.12 | 102.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 219 | 159 | 0.27 | 0 | 0.27 | 0.14 | 120 | 0.45 | 0.74 |
Hex | 9F | DB | 9F | 1B | 0 | 1B | E | 78 | 2D | 4A |
Octal | 237 | 333 | 237 | 33 | 0 | 33 | 16 | 170 | 55 | 112 |
Binary | 10011111 | 11011011 | 10011111 | 11011 | 0 | 11011 | 1110 | 1111000 | 101101 | 1001010 |
Color Harmonies of #9FDB9F
Complementary color
Monochromatic Colors of #9FDB9F
Black with #9FDB9F
Text Example
Text Example
White with #9FDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB9F; }
p { color: rgb(159,219,159); }
H1.HeaderClassName
{
color: #9FDB9F;
}
.AnyTagClassName
{
color: #9FDB9F;
}
</style>
background-color css
<style>
a { background-color: #9FDB9F; }
a { background-color: rgb(159,219,159); }
div.DivClassName
{
background-color: #9FDB9F;
}
.BgClassName
{
background-color: #9FDB9F;
}
</style>
border-color css
<style>
span { border-color: #9FDB9F; }
span { border-color: rgb(159,219,159); }
td.TdClassName
{
border-color: #9FDB9F;
}
.TagClassName
{
border-color: #9FDB9F;
}
</style>