Html Css Color HEX #A1D295 Granny Smith Apple
📋 copy color: '#A1D295'red 161 ◦ green 210 ◦ blue 149
Shades of Granny Smith Apple #A1D295
Tints of Granny Smith Apple #A1D295
RGB
CMYK
RGB Variations
Color information
#A1D295 (or 0xA1D295) is known color: Granny Smith Apple. HEX triplet: A1, D2 and 95. RGB value is (161,210,149). Sum of RGB (Red+Green+Blue) = 161+210+149=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D295 is #5E2D6A. Grayscale: #BCBCBC. Windows color (decimal): -6172011 or 9818785. OLE color: 9818785.
HSL color Cylindrical-coordinate representation of color #A1D295: hue angle of 108.2º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1D295 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 149 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.18 |
| HSL | 108.2º | 0.4% | 0.7% | - |
| HSV(B) | 108.2º | 0.29% | 0.82% | - |
| XYZ | 43.17 | 55.84 | 36.94 | - |
| YUV | 188.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 149 | 0.23 | 0 | 0.29 | 0.18 | 108.2 | 0.4 | 0.7 |
| Hex | A1 | D2 | 95 | 17 | 0 | 1D | 12 | 6C | 28 | 46 |
| Octal | 241 | 322 | 225 | 27 | 0 | 35 | 22 | 154 | 50 | 106 |
| Binary | 10100001 | 11010010 | 10010101 | 10111 | 0 | 11101 | 10010 | 1101100 | 101000 | 1000110 |
Color Harmonies of #A1D295
Complementary color
Monochromatic Colors of #A1D295
Black with #A1D295
Text Example
Text Example
White with #A1D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D295; }
p { color: rgb(161,210,149); }
H1.HeaderClassName
{
color: #A1D295;
}
.AnyTagClassName
{
color: #A1D295;
}
</style>
background-color css
<style>
a { background-color: #A1D295; }
a { background-color: rgb(161,210,149); }
div.DivClassName
{
background-color: #A1D295;
}
.BgClassName
{
background-color: #A1D295;
}
</style>
border-color css
<style>
span { border-color: #A1D295; }
span { border-color: rgb(161,210,149); }
td.TdClassName
{
border-color: #A1D295;
}
.TagClassName
{
border-color: #A1D295;
}
</style>