Html Css Color HEX #9AD696 Granny Smith Apple
📋 copy color: '#9AD696'red 154 ◦ green 214 ◦ blue 150
Shades of Granny Smith Apple #9AD696
Tints of Granny Smith Apple #9AD696
RGB
CMYK
RGB Variations
Color information
#9AD696 (or 0x9AD696) is known color: Granny Smith Apple. HEX triplet: 9A, D6 and 96. RGB value is (154,214,150). Sum of RGB (Red+Green+Blue) = 154+214+150=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD696 is #652969. Grayscale: #BCBCBC. Windows color (decimal): -6629738 or 9885338. OLE color: 9885338.
HSL color Cylindrical-coordinate representation of color #9AD696: hue angle of 116.25º 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 #9AD696 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 150 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.16 |
| HSL | 116.25º | 0.44% | 0.71% | - |
| HSV(B) | 116.25º | 0.3% | 0.84% | - |
| XYZ | 42.88 | 57.17 | 37.63 | - |
| YUV | 188.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 150 | 0.28 | 0 | 0.30 | 0.16 | 116.25 | 0.44 | 0.71 |
| Hex | 9A | D6 | 96 | 1C | 0 | 1E | 10 | 74 | 2C | 47 |
| Octal | 232 | 326 | 226 | 34 | 0 | 36 | 20 | 164 | 54 | 107 |
| Binary | 10011010 | 11010110 | 10010110 | 11100 | 0 | 11110 | 10000 | 1110100 | 101100 | 1000111 |
Color Harmonies of #9AD696
Complementary color
Monochromatic Colors of #9AD696
Black with #9AD696
Text Example
Text Example
White with #9AD696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD696; }
p { color: rgb(154,214,150); }
H1.HeaderClassName
{
color: #9AD696;
}
.AnyTagClassName
{
color: #9AD696;
}
</style>
background-color css
<style>
a { background-color: #9AD696; }
a { background-color: rgb(154,214,150); }
div.DivClassName
{
background-color: #9AD696;
}
.BgClassName
{
background-color: #9AD696;
}
</style>
border-color css
<style>
span { border-color: #9AD696; }
span { border-color: rgb(154,214,150); }
td.TdClassName
{
border-color: #9AD696;
}
.TagClassName
{
border-color: #9AD696;
}
</style>