Html Css Color HEX #A1D095 Granny Smith Apple
📋 copy color: '#A1D095'red 161 ◦ green 208 ◦ blue 149
Shades of Granny Smith Apple #A1D095
Tints of Granny Smith Apple #A1D095
RGB
CMYK
RGB Variations
Color information
#A1D095 (or 0xA1D095) is known color: Granny Smith Apple. HEX triplet: A1, D0 and 95. RGB value is (161,208,149). Sum of RGB (Red+Green+Blue) = 161+208+149=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D095 is #5E2F6A. Grayscale: #BBBBBB. Windows color (decimal): -6172523 or 9818273. OLE color: 9818273.
HSL color Cylindrical-coordinate representation of color #A1D095: hue angle of 107.8º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1D095 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 149 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.18 |
| HSL | 107.8º | 0.39% | 0.7% | - |
| HSV(B) | 107.8º | 0.28% | 0.82% | - |
| XYZ | 42.68 | 54.86 | 36.77 | - |
| YUV | 187.22 | 106.43 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 149 | 0.23 | 0 | 0.28 | 0.18 | 107.8 | 0.39 | 0.7 |
| Hex | A1 | D0 | 95 | 17 | 0 | 1C | 12 | 6C | 27 | 46 |
| Octal | 241 | 320 | 225 | 27 | 0 | 34 | 22 | 154 | 47 | 106 |
| Binary | 10100001 | 11010000 | 10010101 | 10111 | 0 | 11100 | 10010 | 1101100 | 100111 | 1000110 |
Color Harmonies of #A1D095
Complementary color
Monochromatic Colors of #A1D095
Black with #A1D095
Text Example
Text Example
White with #A1D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D095; }
p { color: rgb(161,208,149); }
H1.HeaderClassName
{
color: #A1D095;
}
.AnyTagClassName
{
color: #A1D095;
}
</style>
background-color css
<style>
a { background-color: #A1D095; }
a { background-color: rgb(161,208,149); }
div.DivClassName
{
background-color: #A1D095;
}
.BgClassName
{
background-color: #A1D095;
}
</style>
border-color css
<style>
span { border-color: #A1D095; }
span { border-color: rgb(161,208,149); }
td.TdClassName
{
border-color: #A1D095;
}
.TagClassName
{
border-color: #A1D095;
}
</style>