Html Css Color HEX #9ADD9A Granny Smith Apple
📋 copy color: '#9ADD9A'red 154 ◦ green 221 ◦ blue 154
Shades of Granny Smith Apple #9ADD9A
Tints of Granny Smith Apple #9ADD9A
RGB
CMYK
RGB Variations
Color information
#9ADD9A (or 0x9ADD9A) is known color: Granny Smith Apple. HEX triplet: 9A, DD and 9A. RGB value is (154,221,154). Sum of RGB (Red+Green+Blue) = 154+221+154=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADD9A is #652265. Grayscale: #C1C1C1. Windows color (decimal): -6627942 or 10149274. OLE color: 10149274.
HSL color Cylindrical-coordinate representation of color #9ADD9A: hue angle of 120º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADD9A is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 154 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.13 |
| HSL | 120º | 0.5% | 0.74% | - |
| HSV(B) | 120º | 0.3% | 0.87% | - |
| XYZ | 45.02 | 60.92 | 39.96 | - |
| YUV | 193.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 154 | 0.30 | 0 | 0.30 | 0.13 | 120 | 0.5 | 0.74 |
| Hex | 9A | DD | 9A | 1E | 0 | 1E | D | 78 | 32 | 4A |
| Octal | 232 | 335 | 232 | 36 | 0 | 36 | 15 | 170 | 62 | 112 |
| Binary | 10011010 | 11011101 | 10011010 | 11110 | 0 | 11110 | 1101 | 1111000 | 110010 | 1001010 |
Color Harmonies of #9ADD9A
Complementary color
Monochromatic Colors of #9ADD9A
Black with #9ADD9A
Text Example
Text Example
White with #9ADD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD9A; }
p { color: rgb(154,221,154); }
H1.HeaderClassName
{
color: #9ADD9A;
}
.AnyTagClassName
{
color: #9ADD9A;
}
</style>
background-color css
<style>
a { background-color: #9ADD9A; }
a { background-color: rgb(154,221,154); }
div.DivClassName
{
background-color: #9ADD9A;
}
.BgClassName
{
background-color: #9ADD9A;
}
</style>
border-color css
<style>
span { border-color: #9ADD9A; }
span { border-color: rgb(154,221,154); }
td.TdClassName
{
border-color: #9ADD9A;
}
.TagClassName
{
border-color: #9ADD9A;
}
</style>