Html Css Color HEX #A1DB9E Granny Smith Apple
📋 copy color: '#A1DB9E'red 161 ◦ green 219 ◦ blue 158
Shades of Granny Smith Apple #A1DB9E
Tints of Granny Smith Apple #A1DB9E
RGB
CMYK
RGB Variations
Color information
#A1DB9E (or 0xA1DB9E) is known color: Granny Smith Apple. HEX triplet: A1, DB and 9E. RGB value is (161,219,158). Sum of RGB (Red+Green+Blue) = 161+219+158=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DB9E is #5E2461. Grayscale: #C2C2C2. Windows color (decimal): -6169698 or 10410913. OLE color: 10410913.
HSL color Cylindrical-coordinate representation of color #A1DB9E: hue angle of 117.05º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DB9E is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 158 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.14 |
| HSL | 117.05º | 0.46% | 0.74% | - |
| HSV(B) | 117.05º | 0.28% | 0.86% | - |
| XYZ | 46.2 | 60.71 | 41.63 | - |
| YUV | 194.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 158 | 0.26 | 0 | 0.28 | 0.14 | 117.05 | 0.46 | 0.74 |
| Hex | A1 | DB | 9E | 1A | 0 | 1C | E | 75 | 2E | 4A |
| Octal | 241 | 333 | 236 | 32 | 0 | 34 | 16 | 165 | 56 | 112 |
| Binary | 10100001 | 11011011 | 10011110 | 11010 | 0 | 11100 | 1110 | 1110101 | 101110 | 1001010 |
Color Harmonies of #A1DB9E
Complementary color
Monochromatic Colors of #A1DB9E
Black with #A1DB9E
Text Example
Text Example
White with #A1DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB9E; }
p { color: rgb(161,219,158); }
H1.HeaderClassName
{
color: #A1DB9E;
}
.AnyTagClassName
{
color: #A1DB9E;
}
</style>
background-color css
<style>
a { background-color: #A1DB9E; }
a { background-color: rgb(161,219,158); }
div.DivClassName
{
background-color: #A1DB9E;
}
.BgClassName
{
background-color: #A1DB9E;
}
</style>
border-color css
<style>
span { border-color: #A1DB9E; }
span { border-color: rgb(161,219,158); }
td.TdClassName
{
border-color: #A1DB9E;
}
.TagClassName
{
border-color: #A1DB9E;
}
</style>