Html Css Color HEX #9AD096 Granny Smith Apple
📋 copy color: '#9AD096'red 154 ◦ green 208 ◦ blue 150
Shades of Granny Smith Apple #9AD096
Tints of Granny Smith Apple #9AD096
RGB
CMYK
RGB Variations
Color information
#9AD096 (or 0x9AD096) is known color: Granny Smith Apple. HEX triplet: 9A, D0 and 96. RGB value is (154,208,150). Sum of RGB (Red+Green+Blue) = 154+208+150=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD096 is #652F69. Grayscale: #B9B9B9. Windows color (decimal): -6631274 or 9883802. OLE color: 9883802.
HSL color Cylindrical-coordinate representation of color #9AD096: hue angle of 115.86º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD096 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 150 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.18 |
| HSL | 115.86º | 0.38% | 0.7% | - |
| HSV(B) | 115.86º | 0.28% | 0.82% | - |
| XYZ | 41.39 | 54.18 | 37.13 | - |
| YUV | 185.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 150 | 0.26 | 0 | 0.28 | 0.18 | 115.86 | 0.38 | 0.7 |
| Hex | 9A | D0 | 96 | 1A | 0 | 1C | 12 | 74 | 26 | 46 |
| Octal | 232 | 320 | 226 | 32 | 0 | 34 | 22 | 164 | 46 | 106 |
| Binary | 10011010 | 11010000 | 10010110 | 11010 | 0 | 11100 | 10010 | 1110100 | 100110 | 1000110 |
Color Harmonies of #9AD096
Complementary color
Monochromatic Colors of #9AD096
Black with #9AD096
Text Example
Text Example
White with #9AD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD096; }
p { color: rgb(154,208,150); }
H1.HeaderClassName
{
color: #9AD096;
}
.AnyTagClassName
{
color: #9AD096;
}
</style>
background-color css
<style>
a { background-color: #9AD096; }
a { background-color: rgb(154,208,150); }
div.DivClassName
{
background-color: #9AD096;
}
.BgClassName
{
background-color: #9AD096;
}
</style>
border-color css
<style>
span { border-color: #9AD096; }
span { border-color: rgb(154,208,150); }
td.TdClassName
{
border-color: #9AD096;
}
.TagClassName
{
border-color: #9AD096;
}
</style>