Html Css Color HEX #A1D695 Granny Smith Apple
📋 copy color: '#A1D695'red 161 ◦ green 214 ◦ blue 149
Shades of Granny Smith Apple #A1D695
Tints of Granny Smith Apple #A1D695
RGB
CMYK
RGB Variations
Color information
#A1D695 (or 0xA1D695) is known color: Granny Smith Apple. HEX triplet: A1, D6 and 95. RGB value is (161,214,149). Sum of RGB (Red+Green+Blue) = 161+214+149=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D695 is #5E296A. Grayscale: #BEBEBE. Windows color (decimal): -6170987 or 9819809. OLE color: 9819809.
HSL color Cylindrical-coordinate representation of color #A1D695: hue angle of 108.92º 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 #A1D695 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 149 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.16 |
| HSL | 108.92º | 0.44% | 0.71% | - |
| HSV(B) | 108.92º | 0.3% | 0.84% | - |
| XYZ | 44.17 | 57.84 | 37.27 | - |
| YUV | 190.74 | 104.44 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 149 | 0.25 | 0 | 0.30 | 0.16 | 108.92 | 0.44 | 0.71 |
| Hex | A1 | D6 | 95 | 19 | 0 | 1E | 10 | 6D | 2C | 47 |
| Octal | 241 | 326 | 225 | 31 | 0 | 36 | 20 | 155 | 54 | 107 |
| Binary | 10100001 | 11010110 | 10010101 | 11001 | 0 | 11110 | 10000 | 1101101 | 101100 | 1000111 |
Color Harmonies of #A1D695
Complementary color
Monochromatic Colors of #A1D695
Black with #A1D695
Text Example
Text Example
White with #A1D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D695; }
p { color: rgb(161,214,149); }
H1.HeaderClassName
{
color: #A1D695;
}
.AnyTagClassName
{
color: #A1D695;
}
</style>
background-color css
<style>
a { background-color: #A1D695; }
a { background-color: rgb(161,214,149); }
div.DivClassName
{
background-color: #A1D695;
}
.BgClassName
{
background-color: #A1D695;
}
</style>
border-color css
<style>
span { border-color: #A1D695; }
span { border-color: rgb(161,214,149); }
td.TdClassName
{
border-color: #A1D695;
}
.TagClassName
{
border-color: #A1D695;
}
</style>