Html Css Color HEX #A5D695 Granny Smith Apple
📋 copy color: '#A5D695'red 165 ◦ green 214 ◦ blue 149
Shades of Granny Smith Apple #A5D695
Tints of Granny Smith Apple #A5D695
RGB
CMYK
RGB Variations
Color information
#A5D695 (or 0xA5D695) is known color: Granny Smith Apple. HEX triplet: A5, D6 and 95. RGB value is (165,214,149). Sum of RGB (Red+Green+Blue) = 165+214+149=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D695 is #5A296A. Grayscale: #C0C0C0. Windows color (decimal): -5908843 or 9819813. OLE color: 9819813.
HSL color Cylindrical-coordinate representation of color #A5D695: hue angle of 105.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D695 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 149 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.16 |
| HSL | 105.23º | 0.44% | 0.71% | - |
| HSV(B) | 105.23º | 0.3% | 0.84% | - |
| XYZ | 44.99 | 58.26 | 37.31 | - |
| YUV | 191.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 149 | 0.23 | 0 | 0.30 | 0.16 | 105.23 | 0.44 | 0.71 |
| Hex | A5 | D6 | 95 | 17 | 0 | 1E | 10 | 69 | 2C | 47 |
| Octal | 245 | 326 | 225 | 27 | 0 | 36 | 20 | 151 | 54 | 107 |
| Binary | 10100101 | 11010110 | 10010101 | 10111 | 0 | 11110 | 10000 | 1101001 | 101100 | 1000111 |
Color Harmonies of #A5D695
Complementary color
Monochromatic Colors of #A5D695
Black with #A5D695
Text Example
Text Example
White with #A5D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D695; }
p { color: rgb(165,214,149); }
H1.HeaderClassName
{
color: #A5D695;
}
.AnyTagClassName
{
color: #A5D695;
}
</style>
background-color css
<style>
a { background-color: #A5D695; }
a { background-color: rgb(165,214,149); }
div.DivClassName
{
background-color: #A5D695;
}
.BgClassName
{
background-color: #A5D695;
}
</style>
border-color css
<style>
span { border-color: #A5D695; }
span { border-color: rgb(165,214,149); }
td.TdClassName
{
border-color: #A5D695;
}
.TagClassName
{
border-color: #A5D695;
}
</style>