Html Css Color HEX #A5DB97 Granny Smith Apple
📋 copy color: '#A5DB97'red 165 ◦ green 219 ◦ blue 151
Shades of Granny Smith Apple #A5DB97
Tints of Granny Smith Apple #A5DB97
RGB
CMYK
RGB Variations
Color information
#A5DB97 (or 0xA5DB97) is known color: Granny Smith Apple. HEX triplet: A5, DB and 97. RGB value is (165,219,151). Sum of RGB (Red+Green+Blue) = 165+219+151=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DB97 is #5A2468. Grayscale: #C3C3C3. Windows color (decimal): -5907561 or 9952165. OLE color: 9952165.
HSL color Cylindrical-coordinate representation of color #A5DB97: hue angle of 107.65º degrees, saturation: 0.49, 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 #A5DB97 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 151 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.14 |
| HSL | 107.65º | 0.49% | 0.73% | - |
| HSV(B) | 107.65º | 0.31% | 0.86% | - |
| XYZ | 46.43 | 60.9 | 38.59 | - |
| YUV | 195.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 151 | 0.25 | 0 | 0.31 | 0.14 | 107.65 | 0.49 | 0.73 |
| Hex | A5 | DB | 97 | 19 | 0 | 1F | E | 6C | 31 | 49 |
| Octal | 245 | 333 | 227 | 31 | 0 | 37 | 16 | 154 | 61 | 111 |
| Binary | 10100101 | 11011011 | 10010111 | 11001 | 0 | 11111 | 1110 | 1101100 | 110001 | 1001001 |
Color Harmonies of #A5DB97
Complementary color
Monochromatic Colors of #A5DB97
Black with #A5DB97
Text Example
Text Example
White with #A5DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB97; }
p { color: rgb(165,219,151); }
H1.HeaderClassName
{
color: #A5DB97;
}
.AnyTagClassName
{
color: #A5DB97;
}
</style>
background-color css
<style>
a { background-color: #A5DB97; }
a { background-color: rgb(165,219,151); }
div.DivClassName
{
background-color: #A5DB97;
}
.BgClassName
{
background-color: #A5DB97;
}
</style>
border-color css
<style>
span { border-color: #A5DB97; }
span { border-color: rgb(165,219,151); }
td.TdClassName
{
border-color: #A5DB97;
}
.TagClassName
{
border-color: #A5DB97;
}
</style>