Html Css Color HEX #A1DB98 Granny Smith Apple
📋 copy color: '#A1DB98'red 161 ◦ green 219 ◦ blue 152
Shades of Granny Smith Apple #A1DB98
Tints of Granny Smith Apple #A1DB98
RGB
CMYK
RGB Variations
Color information
#A1DB98 (or 0xA1DB98) is known color: Granny Smith Apple. HEX triplet: A1, DB and 98. RGB value is (161,219,152). Sum of RGB (Red+Green+Blue) = 161+219+152=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DB98 is #5E2467. Grayscale: #C2C2C2. Windows color (decimal): -6169704 or 10017697. OLE color: 10017697.
HSL color Cylindrical-coordinate representation of color #A1DB98: hue angle of 111.94º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DB98 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 152 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.14 |
| HSL | 111.94º | 0.48% | 0.73% | - |
| HSV(B) | 111.94º | 0.31% | 0.86% | - |
| XYZ | 45.7 | 60.51 | 38.98 | - |
| YUV | 194.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 152 | 0.26 | 0 | 0.31 | 0.14 | 111.94 | 0.48 | 0.73 |
| Hex | A1 | DB | 98 | 1A | 0 | 1F | E | 70 | 30 | 49 |
| Octal | 241 | 333 | 230 | 32 | 0 | 37 | 16 | 160 | 60 | 111 |
| Binary | 10100001 | 11011011 | 10011000 | 11010 | 0 | 11111 | 1110 | 1110000 | 110000 | 1001001 |
Color Harmonies of #A1DB98
Complementary color
Monochromatic Colors of #A1DB98
Black with #A1DB98
Text Example
Text Example
White with #A1DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB98; }
p { color: rgb(161,219,152); }
H1.HeaderClassName
{
color: #A1DB98;
}
.AnyTagClassName
{
color: #A1DB98;
}
</style>
background-color css
<style>
a { background-color: #A1DB98; }
a { background-color: rgb(161,219,152); }
div.DivClassName
{
background-color: #A1DB98;
}
.BgClassName
{
background-color: #A1DB98;
}
</style>
border-color css
<style>
span { border-color: #A1DB98; }
span { border-color: rgb(161,219,152); }
td.TdClassName
{
border-color: #A1DB98;
}
.TagClassName
{
border-color: #A1DB98;
}
</style>