Html Css Color HEX #9AD295 Granny Smith Apple
📋 copy color: '#9AD295'red 154 ◦ green 210 ◦ blue 149
Shades of Granny Smith Apple #9AD295
Tints of Granny Smith Apple #9AD295
RGB
CMYK
RGB Variations
Color information
#9AD295 (or 0x9AD295) is known color: Granny Smith Apple. HEX triplet: 9A, D2 and 95. RGB value is (154,210,149). Sum of RGB (Red+Green+Blue) = 154+210+149=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD295 is #652D6A. Grayscale: #BABABA. Windows color (decimal): -6630763 or 9818778. OLE color: 9818778.
HSL color Cylindrical-coordinate representation of color #9AD295: hue angle of 115.08º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD295 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 149 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.18 |
| HSL | 115.08º | 0.4% | 0.7% | - |
| HSV(B) | 115.08º | 0.29% | 0.82% | - |
| XYZ | 41.8 | 55.13 | 36.87 | - |
| YUV | 186.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 149 | 0.27 | 0 | 0.29 | 0.18 | 115.08 | 0.4 | 0.7 |
| Hex | 9A | D2 | 95 | 1B | 0 | 1D | 12 | 73 | 28 | 46 |
| Octal | 232 | 322 | 225 | 33 | 0 | 35 | 22 | 163 | 50 | 106 |
| Binary | 10011010 | 11010010 | 10010101 | 11011 | 0 | 11101 | 10010 | 1110011 | 101000 | 1000110 |
Color Harmonies of #9AD295
Complementary color
Monochromatic Colors of #9AD295
Black with #9AD295
Text Example
Text Example
White with #9AD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD295; }
p { color: rgb(154,210,149); }
H1.HeaderClassName
{
color: #9AD295;
}
.AnyTagClassName
{
color: #9AD295;
}
</style>
background-color css
<style>
a { background-color: #9AD295; }
a { background-color: rgb(154,210,149); }
div.DivClassName
{
background-color: #9AD295;
}
.BgClassName
{
background-color: #9AD295;
}
</style>
border-color css
<style>
span { border-color: #9AD295; }
span { border-color: rgb(154,210,149); }
td.TdClassName
{
border-color: #9AD295;
}
.TagClassName
{
border-color: #9AD295;
}
</style>