Html Css Color HEX #A5D69A Granny Smith Apple
📋 copy color: '#A5D69A'red 165 ◦ green 214 ◦ blue 154
Shades of Granny Smith Apple #A5D69A
Tints of Granny Smith Apple #A5D69A
RGB
CMYK
RGB Variations
Color information
#A5D69A (or 0xA5D69A) is known color: Granny Smith Apple. HEX triplet: A5, D6 and 9A. RGB value is (165,214,154). Sum of RGB (Red+Green+Blue) = 165+214+154=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D69A is #5A2965. Grayscale: #C0C0C0. Windows color (decimal): -5908838 or 10147493. OLE color: 10147493.
HSL color Cylindrical-coordinate representation of color #A5D69A: hue angle of 109º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5D69A is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 154 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.16 |
| HSL | 109º | 0.42% | 0.72% | - |
| HSV(B) | 109º | 0.28% | 0.84% | - |
| XYZ | 45.4 | 58.43 | 39.46 | - |
| YUV | 192.51 | 106.27 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 154 | 0.23 | 0 | 0.28 | 0.16 | 109 | 0.42 | 0.72 |
| Hex | A5 | D6 | 9A | 17 | 0 | 1C | 10 | 6D | 2A | 48 |
| Octal | 245 | 326 | 232 | 27 | 0 | 34 | 20 | 155 | 52 | 110 |
| Binary | 10100101 | 11010110 | 10011010 | 10111 | 0 | 11100 | 10000 | 1101101 | 101010 | 1001000 |
Color Harmonies of #A5D69A
Complementary color
Monochromatic Colors of #A5D69A
Black with #A5D69A
Text Example
Text Example
White with #A5D69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D69A; }
p { color: rgb(165,214,154); }
H1.HeaderClassName
{
color: #A5D69A;
}
.AnyTagClassName
{
color: #A5D69A;
}
</style>
background-color css
<style>
a { background-color: #A5D69A; }
a { background-color: rgb(165,214,154); }
div.DivClassName
{
background-color: #A5D69A;
}
.BgClassName
{
background-color: #A5D69A;
}
</style>
border-color css
<style>
span { border-color: #A5D69A; }
span { border-color: rgb(165,214,154); }
td.TdClassName
{
border-color: #A5D69A;
}
.TagClassName
{
border-color: #A5D69A;
}
</style>