Html Css Color HEX #A5DD99 Granny Smith Apple
📋 copy color: '#A5DD99'red 165 ◦ green 221 ◦ blue 153
Shades of Granny Smith Apple #A5DD99
Tints of Granny Smith Apple #A5DD99
RGB
CMYK
RGB Variations
Color information
#A5DD99 (or 0xA5DD99) is known color: Granny Smith Apple. HEX triplet: A5, DD and 99. RGB value is (165,221,153). Sum of RGB (Red+Green+Blue) = 165+221+153=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DD99 is #5A2266. Grayscale: #C4C4C4. Windows color (decimal): -5907047 or 10083749. OLE color: 10083749.
HSL color Cylindrical-coordinate representation of color #A5DD99: hue angle of 109.41º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5DD99 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 153 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.13 |
| HSL | 109.41º | 0.5% | 0.73% | - |
| HSV(B) | 109.41º | 0.31% | 0.87% | - |
| XYZ | 47.12 | 62.01 | 39.62 | - |
| YUV | 196.5 | 103.45 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 153 | 0.25 | 0 | 0.31 | 0.13 | 109.41 | 0.5 | 0.73 |
| Hex | A5 | DD | 99 | 19 | 0 | 1F | D | 6D | 32 | 49 |
| Octal | 245 | 335 | 231 | 31 | 0 | 37 | 15 | 155 | 62 | 111 |
| Binary | 10100101 | 11011101 | 10011001 | 11001 | 0 | 11111 | 1101 | 1101101 | 110010 | 1001001 |
Color Harmonies of #A5DD99
Complementary color
Monochromatic Colors of #A5DD99
Black with #A5DD99
Text Example
Text Example
White with #A5DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DD99; }
p { color: rgb(165,221,153); }
H1.HeaderClassName
{
color: #A5DD99;
}
.AnyTagClassName
{
color: #A5DD99;
}
</style>
background-color css
<style>
a { background-color: #A5DD99; }
a { background-color: rgb(165,221,153); }
div.DivClassName
{
background-color: #A5DD99;
}
.BgClassName
{
background-color: #A5DD99;
}
</style>
border-color css
<style>
span { border-color: #A5DD99; }
span { border-color: rgb(165,221,153); }
td.TdClassName
{
border-color: #A5DD99;
}
.TagClassName
{
border-color: #A5DD99;
}
</style>