Html Css Color HEX #A1D395 Granny Smith Apple
📋 copy color: '#A1D395'red 161 ◦ green 211 ◦ blue 149
Shades of Granny Smith Apple #A1D395
Tints of Granny Smith Apple #A1D395
RGB
CMYK
RGB Variations
Color information
#A1D395 (or 0xA1D395) is known color: Granny Smith Apple. HEX triplet: A1, D3 and 95. RGB value is (161,211,149). Sum of RGB (Red+Green+Blue) = 161+211+149=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D395 is #5E2C6A. Grayscale: #BDBDBD. Windows color (decimal): -6171755 or 9819041. OLE color: 9819041.
HSL color Cylindrical-coordinate representation of color #A1D395: hue angle of 108.39º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1D395 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 149 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.17 |
| HSL | 108.39º | 0.41% | 0.71% | - |
| HSV(B) | 108.39º | 0.29% | 0.83% | - |
| XYZ | 43.42 | 56.34 | 37.02 | - |
| YUV | 188.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 149 | 0.24 | 0 | 0.29 | 0.17 | 108.39 | 0.41 | 0.71 |
| Hex | A1 | D3 | 95 | 18 | 0 | 1D | 11 | 6C | 29 | 47 |
| Octal | 241 | 323 | 225 | 30 | 0 | 35 | 21 | 154 | 51 | 107 |
| Binary | 10100001 | 11010011 | 10010101 | 11000 | 0 | 11101 | 10001 | 1101100 | 101001 | 1000111 |
Color Harmonies of #A1D395
Complementary color
Monochromatic Colors of #A1D395
Black with #A1D395
Text Example
Text Example
White with #A1D395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D395; }
p { color: rgb(161,211,149); }
H1.HeaderClassName
{
color: #A1D395;
}
.AnyTagClassName
{
color: #A1D395;
}
</style>
background-color css
<style>
a { background-color: #A1D395; }
a { background-color: rgb(161,211,149); }
div.DivClassName
{
background-color: #A1D395;
}
.BgClassName
{
background-color: #A1D395;
}
</style>
border-color css
<style>
span { border-color: #A1D395; }
span { border-color: rgb(161,211,149); }
td.TdClassName
{
border-color: #A1D395;
}
.TagClassName
{
border-color: #A1D395;
}
</style>