Html Css Color HEX #9ADB8B Granny Smith Apple
📋 copy color: '#9ADB8B'red 154 ◦ green 219 ◦ blue 139
Shades of Granny Smith Apple #9ADB8B
Tints of Granny Smith Apple #9ADB8B
RGB
CMYK
RGB Variations
Color information
#9ADB8B (or 0x9ADB8B) is known color: Granny Smith Apple. HEX triplet: 9A, DB and 8B. RGB value is (154,219,139). Sum of RGB (Red+Green+Blue) = 154+219+139=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB8B is #652474. Grayscale: #BEBEBE. Windows color (decimal): -6628469 or 9165722. OLE color: 9165722.
HSL color Cylindrical-coordinate representation of color #9ADB8B: hue angle of 108.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ADB8B is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 139 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.14 |
| HSL | 108.75º | 0.53% | 0.7% | - |
| HSV(B) | 108.75º | 0.37% | 0.86% | - |
| XYZ | 43.32 | 59.4 | 33.61 | - |
| YUV | 190.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 139 | 0.30 | 0 | 0.37 | 0.14 | 108.75 | 0.53 | 0.7 |
| Hex | 9A | DB | 8B | 1E | 0 | 25 | E | 6D | 35 | 46 |
| Octal | 232 | 333 | 213 | 36 | 0 | 45 | 16 | 155 | 65 | 106 |
| Binary | 10011010 | 11011011 | 10001011 | 11110 | 0 | 100101 | 1110 | 1101101 | 110101 | 1000110 |
Color Harmonies of #9ADB8B
Complementary color
Monochromatic Colors of #9ADB8B
Black with #9ADB8B
Text Example
Text Example
White with #9ADB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB8B; }
p { color: rgb(154,219,139); }
H1.HeaderClassName
{
color: #9ADB8B;
}
.AnyTagClassName
{
color: #9ADB8B;
}
</style>
background-color css
<style>
a { background-color: #9ADB8B; }
a { background-color: rgb(154,219,139); }
div.DivClassName
{
background-color: #9ADB8B;
}
.BgClassName
{
background-color: #9ADB8B;
}
</style>
border-color css
<style>
span { border-color: #9ADB8B; }
span { border-color: rgb(154,219,139); }
td.TdClassName
{
border-color: #9ADB8B;
}
.TagClassName
{
border-color: #9ADB8B;
}
</style>