Html Css Color HEX #9ADB9A Granny Smith Apple
📋 copy color: '#9ADB9A'red 154 ◦ green 219 ◦ blue 154
Shades of Granny Smith Apple #9ADB9A
Tints of Granny Smith Apple #9ADB9A
RGB
CMYK
RGB Variations
Color information
#9ADB9A (or 0x9ADB9A) is known color: Granny Smith Apple. HEX triplet: 9A, DB and 9A. RGB value is (154,219,154). Sum of RGB (Red+Green+Blue) = 154+219+154=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB9A is #652465. Grayscale: #C0C0C0. Windows color (decimal): -6628454 or 10148762. OLE color: 10148762.
HSL color Cylindrical-coordinate representation of color #9ADB9A: hue angle of 120º 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 #9ADB9A is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 154 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.14 |
| HSL | 120º | 0.47% | 0.73% | - |
| HSV(B) | 120º | 0.3% | 0.86% | - |
| XYZ | 44.49 | 59.87 | 39.78 | - |
| YUV | 192.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 154 | 0.30 | 0 | 0.30 | 0.14 | 120 | 0.47 | 0.73 |
| Hex | 9A | DB | 9A | 1E | 0 | 1E | E | 78 | 2F | 49 |
| Octal | 232 | 333 | 232 | 36 | 0 | 36 | 16 | 170 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10011010 | 11110 | 0 | 11110 | 1110 | 1111000 | 101111 | 1001001 |
Color Harmonies of #9ADB9A
Complementary color
Monochromatic Colors of #9ADB9A
Black with #9ADB9A
Text Example
Text Example
White with #9ADB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB9A; }
p { color: rgb(154,219,154); }
H1.HeaderClassName
{
color: #9ADB9A;
}
.AnyTagClassName
{
color: #9ADB9A;
}
</style>
background-color css
<style>
a { background-color: #9ADB9A; }
a { background-color: rgb(154,219,154); }
div.DivClassName
{
background-color: #9ADB9A;
}
.BgClassName
{
background-color: #9ADB9A;
}
</style>
border-color css
<style>
span { border-color: #9ADB9A; }
span { border-color: rgb(154,219,154); }
td.TdClassName
{
border-color: #9ADB9A;
}
.TagClassName
{
border-color: #9ADB9A;
}
</style>