Html Css Color HEX #9ADD8D Granny Smith Apple
📋 copy color: '#9ADD8D'red 154 ◦ green 221 ◦ blue 141
Shades of Granny Smith Apple #9ADD8D
Tints of Granny Smith Apple #9ADD8D
RGB
CMYK
RGB Variations
Color information
#9ADD8D (or 0x9ADD8D) is known color: Granny Smith Apple. HEX triplet: 9A, DD and 8D. RGB value is (154,221,141). Sum of RGB (Red+Green+Blue) = 154+221+141=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADD8D is #652272. Grayscale: #C0C0C0. Windows color (decimal): -6627955 or 9297306. OLE color: 9297306.
HSL color Cylindrical-coordinate representation of color #9ADD8D: hue angle of 110.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADD8D is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 141 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.13 |
| HSL | 110.25º | 0.54% | 0.71% | - |
| HSV(B) | 110.25º | 0.36% | 0.87% | - |
| XYZ | 43.99 | 60.51 | 34.56 | - |
| YUV | 191.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 141 | 0.30 | 0 | 0.36 | 0.13 | 110.25 | 0.54 | 0.71 |
| Hex | 9A | DD | 8D | 1E | 0 | 24 | D | 6E | 36 | 47 |
| Octal | 232 | 335 | 215 | 36 | 0 | 44 | 15 | 156 | 66 | 107 |
| Binary | 10011010 | 11011101 | 10001101 | 11110 | 0 | 100100 | 1101 | 1101110 | 110110 | 1000111 |
Color Harmonies of #9ADD8D
Complementary color
Monochromatic Colors of #9ADD8D
Black with #9ADD8D
Text Example
Text Example
White with #9ADD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD8D; }
p { color: rgb(154,221,141); }
H1.HeaderClassName
{
color: #9ADD8D;
}
.AnyTagClassName
{
color: #9ADD8D;
}
</style>
background-color css
<style>
a { background-color: #9ADD8D; }
a { background-color: rgb(154,221,141); }
div.DivClassName
{
background-color: #9ADD8D;
}
.BgClassName
{
background-color: #9ADD8D;
}
</style>
border-color css
<style>
span { border-color: #9ADD8D; }
span { border-color: rgb(154,221,141); }
td.TdClassName
{
border-color: #9ADD8D;
}
.TagClassName
{
border-color: #9ADD8D;
}
</style>