Html Css Color HEX #A1DB99 Granny Smith Apple
📋 copy color: '#A1DB99'red 161 ◦ green 219 ◦ blue 153
Shades of Granny Smith Apple #A1DB99
Tints of Granny Smith Apple #A1DB99
RGB
CMYK
RGB Variations
Color information
#A1DB99 (or 0xA1DB99) is known color: Granny Smith Apple. HEX triplet: A1, DB and 99. RGB value is (161,219,153). Sum of RGB (Red+Green+Blue) = 161+219+153=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DB99 is #5E2466. Grayscale: #C2C2C2. Windows color (decimal): -6169703 or 10083233. OLE color: 10083233.
HSL color Cylindrical-coordinate representation of color #A1DB99: hue angle of 112.73º degrees, saturation: 0.48, 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 #A1DB99 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 153 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.14 |
| HSL | 112.73º | 0.48% | 0.73% | - |
| HSV(B) | 112.73º | 0.3% | 0.86% | - |
| XYZ | 45.78 | 60.54 | 39.41 | - |
| YUV | 194.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 153 | 0.26 | 0 | 0.30 | 0.14 | 112.73 | 0.48 | 0.73 |
| Hex | A1 | DB | 99 | 1A | 0 | 1E | E | 71 | 30 | 49 |
| Octal | 241 | 333 | 231 | 32 | 0 | 36 | 16 | 161 | 60 | 111 |
| Binary | 10100001 | 11011011 | 10011001 | 11010 | 0 | 11110 | 1110 | 1110001 | 110000 | 1001001 |
Color Harmonies of #A1DB99
Complementary color
Monochromatic Colors of #A1DB99
Black with #A1DB99
Text Example
Text Example
White with #A1DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB99; }
p { color: rgb(161,219,153); }
H1.HeaderClassName
{
color: #A1DB99;
}
.AnyTagClassName
{
color: #A1DB99;
}
</style>
background-color css
<style>
a { background-color: #A1DB99; }
a { background-color: rgb(161,219,153); }
div.DivClassName
{
background-color: #A1DB99;
}
.BgClassName
{
background-color: #A1DB99;
}
</style>
border-color css
<style>
span { border-color: #A1DB99; }
span { border-color: rgb(161,219,153); }
td.TdClassName
{
border-color: #A1DB99;
}
.TagClassName
{
border-color: #A1DB99;
}
</style>