Html Css Color HEX #A1E195 Granny Smith Apple
📋 copy color: '#A1E195'red 161 ◦ green 225 ◦ blue 149
Shades of Granny Smith Apple #A1E195
Tints of Granny Smith Apple #A1E195
RGB
CMYK
RGB Variations
Color information
#A1E195 (or 0xA1E195) is known color: Granny Smith Apple. HEX triplet: A1, E1 and 95. RGB value is (161,225,149). Sum of RGB (Red+Green+Blue) = 161+225+149=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E195 is #5E1E6A. Grayscale: #C5C5C5. Windows color (decimal): -6168171 or 9822625. OLE color: 9822625.
HSL color Cylindrical-coordinate representation of color #A1E195: hue angle of 110.53º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1E195 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 149 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.12 |
| HSL | 110.53º | 0.56% | 0.73% | - |
| HSV(B) | 110.53º | 0.34% | 0.88% | - |
| XYZ | 47.05 | 63.6 | 38.23 | - |
| YUV | 197.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 149 | 0.28 | 0 | 0.34 | 0.12 | 110.53 | 0.56 | 0.73 |
| Hex | A1 | E1 | 95 | 1C | 0 | 22 | C | 6F | 38 | 49 |
| Octal | 241 | 341 | 225 | 34 | 0 | 42 | 14 | 157 | 70 | 111 |
| Binary | 10100001 | 11100001 | 10010101 | 11100 | 0 | 100010 | 1100 | 1101111 | 111000 | 1001001 |
Color Harmonies of #A1E195
Complementary color
Monochromatic Colors of #A1E195
Black with #A1E195
Text Example
Text Example
White with #A1E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E195; }
p { color: rgb(161,225,149); }
H1.HeaderClassName
{
color: #A1E195;
}
.AnyTagClassName
{
color: #A1E195;
}
</style>
background-color css
<style>
a { background-color: #A1E195; }
a { background-color: rgb(161,225,149); }
div.DivClassName
{
background-color: #A1E195;
}
.BgClassName
{
background-color: #A1E195;
}
</style>
border-color css
<style>
span { border-color: #A1E195; }
span { border-color: rgb(161,225,149); }
td.TdClassName
{
border-color: #A1E195;
}
.TagClassName
{
border-color: #A1E195;
}
</style>