Html Css Color HEX #A1EA95 Granny Smith Apple
📋 copy color: '#A1EA95'red 161 ◦ green 234 ◦ blue 149
Shades of Granny Smith Apple #A1EA95
Tints of Granny Smith Apple #A1EA95
RGB
CMYK
RGB Variations
Color information
#A1EA95 (or 0xA1EA95) is known color: Granny Smith Apple. HEX triplet: A1, EA and 95. RGB value is (161,234,149). Sum of RGB (Red+Green+Blue) = 161+234+149=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EA95 is #5E156A. Grayscale: #CACACA. Windows color (decimal): -6165867 or 9824929. OLE color: 9824929.
HSL color Cylindrical-coordinate representation of color #A1EA95: hue angle of 111.53º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1EA95 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 149 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.08 |
| HSL | 111.53º | 0.67% | 0.75% | - |
| HSV(B) | 111.53º | 0.36% | 0.92% | - |
| XYZ | 49.55 | 68.59 | 39.06 | - |
| YUV | 202.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 149 | 0.31 | 0 | 0.36 | 0.08 | 111.53 | 0.67 | 0.75 |
| Hex | A1 | EA | 95 | 1F | 0 | 24 | 8 | 70 | 43 | 4B |
| Octal | 241 | 352 | 225 | 37 | 0 | 44 | 10 | 160 | 103 | 113 |
| Binary | 10100001 | 11101010 | 10010101 | 11111 | 0 | 100100 | 1000 | 1110000 | 1000011 | 1001011 |
Color Harmonies of #A1EA95
Complementary color
Monochromatic Colors of #A1EA95
Black with #A1EA95
Text Example
Text Example
White with #A1EA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EA95; }
p { color: rgb(161,234,149); }
H1.HeaderClassName
{
color: #A1EA95;
}
.AnyTagClassName
{
color: #A1EA95;
}
</style>
background-color css
<style>
a { background-color: #A1EA95; }
a { background-color: rgb(161,234,149); }
div.DivClassName
{
background-color: #A1EA95;
}
.BgClassName
{
background-color: #A1EA95;
}
</style>
border-color css
<style>
span { border-color: #A1EA95; }
span { border-color: rgb(161,234,149); }
td.TdClassName
{
border-color: #A1EA95;
}
.TagClassName
{
border-color: #A1EA95;
}
</style>