Html Css Color HEX #9AD294 Granny Smith Apple
📋 copy color: '#9AD294'red 154 ◦ green 210 ◦ blue 148
Shades of Granny Smith Apple #9AD294
Tints of Granny Smith Apple #9AD294
RGB
CMYK
RGB Variations
Color information
#9AD294 (or 0x9AD294) is known color: Granny Smith Apple. HEX triplet: 9A, D2 and 94. RGB value is (154,210,148). Sum of RGB (Red+Green+Blue) = 154+210+148=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD294 is #652D6B. Grayscale: #BABABA. Windows color (decimal): -6630764 or 9753242. OLE color: 9753242.
HSL color Cylindrical-coordinate representation of color #9AD294: hue angle of 114.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AD294 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 148 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.18 |
| HSL | 114.19º | 0.41% | 0.7% | - |
| HSV(B) | 114.19º | 0.3% | 0.82% | - |
| XYZ | 41.72 | 55.1 | 36.45 | - |
| YUV | 186.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 148 | 0.27 | 0 | 0.30 | 0.18 | 114.19 | 0.41 | 0.7 |
| Hex | 9A | D2 | 94 | 1B | 0 | 1E | 12 | 72 | 29 | 46 |
| Octal | 232 | 322 | 224 | 33 | 0 | 36 | 22 | 162 | 51 | 106 |
| Binary | 10011010 | 11010010 | 10010100 | 11011 | 0 | 11110 | 10010 | 1110010 | 101001 | 1000110 |
Color Harmonies of #9AD294
Complementary color
Monochromatic Colors of #9AD294
Black with #9AD294
Text Example
Text Example
White with #9AD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD294; }
p { color: rgb(154,210,148); }
H1.HeaderClassName
{
color: #9AD294;
}
.AnyTagClassName
{
color: #9AD294;
}
</style>
background-color css
<style>
a { background-color: #9AD294; }
a { background-color: rgb(154,210,148); }
div.DivClassName
{
background-color: #9AD294;
}
.BgClassName
{
background-color: #9AD294;
}
</style>
border-color css
<style>
span { border-color: #9AD294; }
span { border-color: rgb(154,210,148); }
td.TdClassName
{
border-color: #9AD294;
}
.TagClassName
{
border-color: #9AD294;
}
</style>