Html Css Color HEX #9ADB9D Granny Smith Apple
📋 copy color: '#9ADB9D'red 154 ◦ green 219 ◦ blue 157
Shades of Granny Smith Apple #9ADB9D
Tints of Granny Smith Apple #9ADB9D
RGB
CMYK
RGB Variations
Color information
#9ADB9D (or 0x9ADB9D) is known color: Granny Smith Apple. HEX triplet: 9A, DB and 9D. RGB value is (154,219,157). Sum of RGB (Red+Green+Blue) = 154+219+157=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB9D is #652462. Grayscale: #C0C0C0. Windows color (decimal): -6628451 or 10345370. OLE color: 10345370.
HSL color Cylindrical-coordinate representation of color #9ADB9D: hue angle of 122.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADB9D is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 157 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.14 |
| HSL | 122.77º | 0.47% | 0.73% | - |
| HSV(B) | 122.77º | 0.3% | 0.86% | - |
| XYZ | 44.74 | 59.97 | 41.11 | - |
| YUV | 192.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 157 | 0.30 | 0 | 0.28 | 0.14 | 122.77 | 0.47 | 0.73 |
| Hex | 9A | DB | 9D | 1E | 0 | 1C | E | 7B | 2F | 49 |
| Octal | 232 | 333 | 235 | 36 | 0 | 34 | 16 | 173 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10011101 | 11110 | 0 | 11100 | 1110 | 1111011 | 101111 | 1001001 |
Color Harmonies of #9ADB9D
Complementary color
Monochromatic Colors of #9ADB9D
Black with #9ADB9D
Text Example
Text Example
White with #9ADB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB9D; }
p { color: rgb(154,219,157); }
H1.HeaderClassName
{
color: #9ADB9D;
}
.AnyTagClassName
{
color: #9ADB9D;
}
</style>
background-color css
<style>
a { background-color: #9ADB9D; }
a { background-color: rgb(154,219,157); }
div.DivClassName
{
background-color: #9ADB9D;
}
.BgClassName
{
background-color: #9ADB9D;
}
</style>
border-color css
<style>
span { border-color: #9ADB9D; }
span { border-color: rgb(154,219,157); }
td.TdClassName
{
border-color: #9ADB9D;
}
.TagClassName
{
border-color: #9ADB9D;
}
</style>