Html Css Color HEX #A2EC85 Granny Smith Apple
📋 copy color: '#A2EC85'red 162 ◦ green 236 ◦ blue 133
Shades of Granny Smith Apple #A2EC85
Tints of Granny Smith Apple #A2EC85
RGB
CMYK
RGB Variations
Color information
#A2EC85 (or 0xA2EC85) is known color: Granny Smith Apple. HEX triplet: A2, EC and 85. RGB value is (162,236,133). Sum of RGB (Red+Green+Blue) = 162+236+133=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EC85 is #5D137A. Grayscale: #CACACA. Windows color (decimal): -6099835 or 8776866. OLE color: 8776866.
HSL color Cylindrical-coordinate representation of color #A2EC85: hue angle of 103.11º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2EC85 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 133 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.07 |
| HSL | 103.11º | 0.73% | 0.72% | - |
| HSV(B) | 103.11º | 0.44% | 0.93% | - |
| XYZ | 49.13 | 69.37 | 32.99 | - |
| YUV | 202.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 133 | 0.31 | 0 | 0.44 | 0.07 | 103.11 | 0.73 | 0.72 |
| Hex | A2 | EC | 85 | 1F | 0 | 2C | 7 | 67 | 49 | 48 |
| Octal | 242 | 354 | 205 | 37 | 0 | 54 | 7 | 147 | 111 | 110 |
| Binary | 10100010 | 11101100 | 10000101 | 11111 | 0 | 101100 | 111 | 1100111 | 1001001 | 1001000 |
Color Harmonies of #A2EC85
Complementary color
Monochromatic Colors of #A2EC85
Black with #A2EC85
Text Example
Text Example
White with #A2EC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC85; }
p { color: rgb(162,236,133); }
H1.HeaderClassName
{
color: #A2EC85;
}
.AnyTagClassName
{
color: #A2EC85;
}
</style>
background-color css
<style>
a { background-color: #A2EC85; }
a { background-color: rgb(162,236,133); }
div.DivClassName
{
background-color: #A2EC85;
}
.BgClassName
{
background-color: #A2EC85;
}
</style>
border-color css
<style>
span { border-color: #A2EC85; }
span { border-color: rgb(162,236,133); }
td.TdClassName
{
border-color: #A2EC85;
}
.TagClassName
{
border-color: #A2EC85;
}
</style>