Html Css Color HEX #A5DB99 Granny Smith Apple
📋 copy color: '#A5DB99'red 165 ◦ green 219 ◦ blue 153
Shades of Granny Smith Apple #A5DB99
Tints of Granny Smith Apple #A5DB99
RGB
CMYK
RGB Variations
Color information
#A5DB99 (or 0xA5DB99) is known color: Granny Smith Apple. HEX triplet: A5, DB and 99. RGB value is (165,219,153). Sum of RGB (Red+Green+Blue) = 165+219+153=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DB99 is #5A2466. Grayscale: #C3C3C3. Windows color (decimal): -5907559 or 10083237. OLE color: 10083237.
HSL color Cylindrical-coordinate representation of color #A5DB99: hue angle of 109.09º 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 #A5DB99 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 153 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.14 |
| HSL | 109.09º | 0.48% | 0.73% | - |
| HSV(B) | 109.09º | 0.3% | 0.86% | - |
| XYZ | 46.6 | 60.96 | 39.45 | - |
| YUV | 195.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 153 | 0.25 | 0 | 0.30 | 0.14 | 109.09 | 0.48 | 0.73 |
| Hex | A5 | DB | 99 | 19 | 0 | 1E | E | 6D | 30 | 49 |
| Octal | 245 | 333 | 231 | 31 | 0 | 36 | 16 | 155 | 60 | 111 |
| Binary | 10100101 | 11011011 | 10011001 | 11001 | 0 | 11110 | 1110 | 1101101 | 110000 | 1001001 |
Color Harmonies of #A5DB99
Complementary color
Monochromatic Colors of #A5DB99
Black with #A5DB99
Text Example
Text Example
White with #A5DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB99; }
p { color: rgb(165,219,153); }
H1.HeaderClassName
{
color: #A5DB99;
}
.AnyTagClassName
{
color: #A5DB99;
}
</style>
background-color css
<style>
a { background-color: #A5DB99; }
a { background-color: rgb(165,219,153); }
div.DivClassName
{
background-color: #A5DB99;
}
.BgClassName
{
background-color: #A5DB99;
}
</style>
border-color css
<style>
span { border-color: #A5DB99; }
span { border-color: rgb(165,219,153); }
td.TdClassName
{
border-color: #A5DB99;
}
.TagClassName
{
border-color: #A5DB99;
}
</style>