Html Css Color HEX #9ADB9B Granny Smith Apple
📋 copy color: '#9ADB9B'red 154 ◦ green 219 ◦ blue 155
Shades of Granny Smith Apple #9ADB9B
Tints of Granny Smith Apple #9ADB9B
RGB
CMYK
RGB Variations
Color information
#9ADB9B (or 0x9ADB9B) is known color: Granny Smith Apple. HEX triplet: 9A, DB and 9B. RGB value is (154,219,155). Sum of RGB (Red+Green+Blue) = 154+219+155=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB9B is #652464. Grayscale: #C0C0C0. Windows color (decimal): -6628453 or 10214298. OLE color: 10214298.
HSL color Cylindrical-coordinate representation of color #9ADB9B: hue angle of 120.92º 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 #9ADB9B is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 155 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.14 |
| HSL | 120.92º | 0.47% | 0.73% | - |
| HSV(B) | 120.92º | 0.3% | 0.86% | - |
| XYZ | 44.57 | 59.9 | 40.22 | - |
| YUV | 192.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 155 | 0.30 | 0 | 0.29 | 0.14 | 120.92 | 0.47 | 0.73 |
| Hex | 9A | DB | 9B | 1E | 0 | 1D | E | 79 | 2F | 49 |
| Octal | 232 | 333 | 233 | 36 | 0 | 35 | 16 | 171 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10011011 | 11110 | 0 | 11101 | 1110 | 1111001 | 101111 | 1001001 |
Color Harmonies of #9ADB9B
Complementary color
Monochromatic Colors of #9ADB9B
Black with #9ADB9B
Text Example
Text Example
White with #9ADB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB9B; }
p { color: rgb(154,219,155); }
H1.HeaderClassName
{
color: #9ADB9B;
}
.AnyTagClassName
{
color: #9ADB9B;
}
</style>
background-color css
<style>
a { background-color: #9ADB9B; }
a { background-color: rgb(154,219,155); }
div.DivClassName
{
background-color: #9ADB9B;
}
.BgClassName
{
background-color: #9ADB9B;
}
</style>
border-color css
<style>
span { border-color: #9ADB9B; }
span { border-color: rgb(154,219,155); }
td.TdClassName
{
border-color: #9ADB9B;
}
.TagClassName
{
border-color: #9ADB9B;
}
</style>