Html Css Color HEX #A5DC95 Granny Smith Apple
📋 copy color: '#A5DC95'red 165 ◦ green 220 ◦ blue 149
Shades of Granny Smith Apple #A5DC95
Tints of Granny Smith Apple #A5DC95
RGB
CMYK
RGB Variations
Color information
#A5DC95 (or 0xA5DC95) is known color: Granny Smith Apple. HEX triplet: A5, DC and 95. RGB value is (165,220,149). Sum of RGB (Red+Green+Blue) = 165+220+149=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DC95 is #5A236A. Grayscale: #C3C3C3. Windows color (decimal): -5907307 or 9821349. OLE color: 9821349.
HSL color Cylindrical-coordinate representation of color #A5DC95: hue angle of 106.48º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5DC95 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 149 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.14 |
| HSL | 106.48º | 0.5% | 0.72% | - |
| HSV(B) | 106.48º | 0.32% | 0.86% | - |
| XYZ | 46.54 | 61.36 | 37.82 | - |
| YUV | 195.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 149 | 0.25 | 0 | 0.32 | 0.14 | 106.48 | 0.5 | 0.72 |
| Hex | A5 | DC | 95 | 19 | 0 | 20 | E | 6A | 32 | 48 |
| Octal | 245 | 334 | 225 | 31 | 0 | 40 | 16 | 152 | 62 | 110 |
| Binary | 10100101 | 11011100 | 10010101 | 11001 | 0 | 100000 | 1110 | 1101010 | 110010 | 1001000 |
Color Harmonies of #A5DC95
Complementary color
Monochromatic Colors of #A5DC95
Black with #A5DC95
Text Example
Text Example
White with #A5DC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DC95; }
p { color: rgb(165,220,149); }
H1.HeaderClassName
{
color: #A5DC95;
}
.AnyTagClassName
{
color: #A5DC95;
}
</style>
background-color css
<style>
a { background-color: #A5DC95; }
a { background-color: rgb(165,220,149); }
div.DivClassName
{
background-color: #A5DC95;
}
.BgClassName
{
background-color: #A5DC95;
}
</style>
border-color css
<style>
span { border-color: #A5DC95; }
span { border-color: rgb(165,220,149); }
td.TdClassName
{
border-color: #A5DC95;
}
.TagClassName
{
border-color: #A5DC95;
}
</style>