Html Css Color HEX #9FD696 Granny Smith Apple
📋 copy color: '#9FD696'red 159 ◦ green 214 ◦ blue 150
Shades of Granny Smith Apple #9FD696
Tints of Granny Smith Apple #9FD696
RGB
CMYK
RGB Variations
Color information
#9FD696 (or 0x9FD696) is known color: Granny Smith Apple. HEX triplet: 9F, D6 and 96. RGB value is (159,214,150). Sum of RGB (Red+Green+Blue) = 159+214+150=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD696 is #602969. Grayscale: #BEBEBE. Windows color (decimal): -6302058 or 9885343. OLE color: 9885343.
HSL color Cylindrical-coordinate representation of color #9FD696: hue angle of 111.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FD696 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 150 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.16 |
| HSL | 111.56º | 0.44% | 0.71% | - |
| HSV(B) | 111.56º | 0.3% | 0.84% | - |
| XYZ | 43.85 | 57.67 | 37.67 | - |
| YUV | 190.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 150 | 0.26 | 0 | 0.30 | 0.16 | 111.56 | 0.44 | 0.71 |
| Hex | 9F | D6 | 96 | 1A | 0 | 1E | 10 | 70 | 2C | 47 |
| Octal | 237 | 326 | 226 | 32 | 0 | 36 | 20 | 160 | 54 | 107 |
| Binary | 10011111 | 11010110 | 10010110 | 11010 | 0 | 11110 | 10000 | 1110000 | 101100 | 1000111 |
Color Harmonies of #9FD696
Complementary color
Monochromatic Colors of #9FD696
Black with #9FD696
Text Example
Text Example
White with #9FD696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD696; }
p { color: rgb(159,214,150); }
H1.HeaderClassName
{
color: #9FD696;
}
.AnyTagClassName
{
color: #9FD696;
}
</style>
background-color css
<style>
a { background-color: #9FD696; }
a { background-color: rgb(159,214,150); }
div.DivClassName
{
background-color: #9FD696;
}
.BgClassName
{
background-color: #9FD696;
}
</style>
border-color css
<style>
span { border-color: #9FD696; }
span { border-color: rgb(159,214,150); }
td.TdClassName
{
border-color: #9FD696;
}
.TagClassName
{
border-color: #9FD696;
}
</style>