Html Css Color HEX #9ADB9C Granny Smith Apple
📋 copy color: '#9ADB9C'red 154 ◦ green 219 ◦ blue 156
Shades of Granny Smith Apple #9ADB9C
Tints of Granny Smith Apple #9ADB9C
RGB
CMYK
RGB Variations
Color information
#9ADB9C (or 0x9ADB9C) is known color: Granny Smith Apple. HEX triplet: 9A, DB and 9C. RGB value is (154,219,156). Sum of RGB (Red+Green+Blue) = 154+219+156=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB9C is #652463. Grayscale: #C0C0C0. Windows color (decimal): -6628452 or 10279834. OLE color: 10279834.
HSL color Cylindrical-coordinate representation of color #9ADB9C: hue angle of 121.85º 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 #9ADB9C is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 156 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.14 |
| HSL | 121.85º | 0.47% | 0.73% | - |
| HSV(B) | 121.85º | 0.3% | 0.86% | - |
| XYZ | 44.66 | 59.93 | 40.67 | - |
| YUV | 192.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 156 | 0.30 | 0 | 0.29 | 0.14 | 121.85 | 0.47 | 0.73 |
| Hex | 9A | DB | 9C | 1E | 0 | 1D | E | 7A | 2F | 49 |
| Octal | 232 | 333 | 234 | 36 | 0 | 35 | 16 | 172 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10011100 | 11110 | 0 | 11101 | 1110 | 1111010 | 101111 | 1001001 |
Color Harmonies of #9ADB9C
Complementary color
Monochromatic Colors of #9ADB9C
Black with #9ADB9C
Text Example
Text Example
White with #9ADB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB9C; }
p { color: rgb(154,219,156); }
H1.HeaderClassName
{
color: #9ADB9C;
}
.AnyTagClassName
{
color: #9ADB9C;
}
</style>
background-color css
<style>
a { background-color: #9ADB9C; }
a { background-color: rgb(154,219,156); }
div.DivClassName
{
background-color: #9ADB9C;
}
.BgClassName
{
background-color: #9ADB9C;
}
</style>
border-color css
<style>
span { border-color: #9ADB9C; }
span { border-color: rgb(154,219,156); }
td.TdClassName
{
border-color: #9ADB9C;
}
.TagClassName
{
border-color: #9ADB9C;
}
</style>