Html Css Color HEX #A5DC99 Granny Smith Apple
📋 copy color: '#A5DC99'red 165 ◦ green 220 ◦ blue 153
Shades of Granny Smith Apple #A5DC99
Tints of Granny Smith Apple #A5DC99
RGB
CMYK
RGB Variations
Color information
#A5DC99 (or 0xA5DC99) is known color: Granny Smith Apple. HEX triplet: A5, DC and 99. RGB value is (165,220,153). Sum of RGB (Red+Green+Blue) = 165+220+153=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DC99 is #5A2366. Grayscale: #C4C4C4. Windows color (decimal): -5907303 or 10083493. OLE color: 10083493.
HSL color Cylindrical-coordinate representation of color #A5DC99: hue angle of 109.25º degrees, saturation: 0.49, 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 #A5DC99 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 153 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.14 |
| HSL | 109.25º | 0.49% | 0.73% | - |
| HSV(B) | 109.25º | 0.3% | 0.86% | - |
| XYZ | 46.86 | 61.49 | 39.54 | - |
| YUV | 195.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 153 | 0.25 | 0 | 0.30 | 0.14 | 109.25 | 0.49 | 0.73 |
| Hex | A5 | DC | 99 | 19 | 0 | 1E | E | 6D | 31 | 49 |
| Octal | 245 | 334 | 231 | 31 | 0 | 36 | 16 | 155 | 61 | 111 |
| Binary | 10100101 | 11011100 | 10011001 | 11001 | 0 | 11110 | 1110 | 1101101 | 110001 | 1001001 |
Color Harmonies of #A5DC99
Complementary color
Monochromatic Colors of #A5DC99
Black with #A5DC99
Text Example
Text Example
White with #A5DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DC99; }
p { color: rgb(165,220,153); }
H1.HeaderClassName
{
color: #A5DC99;
}
.AnyTagClassName
{
color: #A5DC99;
}
</style>
background-color css
<style>
a { background-color: #A5DC99; }
a { background-color: rgb(165,220,153); }
div.DivClassName
{
background-color: #A5DC99;
}
.BgClassName
{
background-color: #A5DC99;
}
</style>
border-color css
<style>
span { border-color: #A5DC99; }
span { border-color: rgb(165,220,153); }
td.TdClassName
{
border-color: #A5DC99;
}
.TagClassName
{
border-color: #A5DC99;
}
</style>