Html Css Color HEX #A5D696 Granny Smith Apple
📋 copy color: '#A5D696'red 165 ◦ green 214 ◦ blue 150
Shades of Granny Smith Apple #A5D696
Tints of Granny Smith Apple #A5D696
RGB
CMYK
RGB Variations
Color information
#A5D696 (or 0xA5D696) is known color: Granny Smith Apple. HEX triplet: A5, D6 and 96. RGB value is (165,214,150). Sum of RGB (Red+Green+Blue) = 165+214+150=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D696 is #5A2969. Grayscale: #C0C0C0. Windows color (decimal): -5908842 or 9885349. OLE color: 9885349.
HSL color Cylindrical-coordinate representation of color #A5D696: hue angle of 105.94º 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 #A5D696 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 150 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.16 |
| HSL | 105.94º | 0.44% | 0.71% | - |
| HSV(B) | 105.94º | 0.3% | 0.84% | - |
| XYZ | 45.07 | 58.29 | 37.73 | - |
| YUV | 192.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 150 | 0.23 | 0 | 0.30 | 0.16 | 105.94 | 0.44 | 0.71 |
| Hex | A5 | D6 | 96 | 17 | 0 | 1E | 10 | 6A | 2C | 47 |
| Octal | 245 | 326 | 226 | 27 | 0 | 36 | 20 | 152 | 54 | 107 |
| Binary | 10100101 | 11010110 | 10010110 | 10111 | 0 | 11110 | 10000 | 1101010 | 101100 | 1000111 |
Color Harmonies of #A5D696
Complementary color
Monochromatic Colors of #A5D696
Black with #A5D696
Text Example
Text Example
White with #A5D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D696; }
p { color: rgb(165,214,150); }
H1.HeaderClassName
{
color: #A5D696;
}
.AnyTagClassName
{
color: #A5D696;
}
</style>
background-color css
<style>
a { background-color: #A5D696; }
a { background-color: rgb(165,214,150); }
div.DivClassName
{
background-color: #A5D696;
}
.BgClassName
{
background-color: #A5D696;
}
</style>
border-color css
<style>
span { border-color: #A5D696; }
span { border-color: rgb(165,214,150); }
td.TdClassName
{
border-color: #A5D696;
}
.TagClassName
{
border-color: #A5D696;
}
</style>