Shades of Conifer #A2E161
Tints of Conifer #A2E161
RGB
CMYK
RGB Variations
Color information
#A2E161 (or 0xA2E161) is known color: Conifer. HEX triplet: A2, E1 and 61. RGB value is (162,225,97). Sum of RGB (Red+Green+Blue) = 162+225+97=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E161 is #5D1E9E. Grayscale: #C0C0C0. Windows color (decimal): -6102687 or 6414754. OLE color: 6414754.
HSL color Cylindrical-coordinate representation of color #A2E161: hue angle of 89.53º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2E161 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 97 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.12 |
| HSL | 89.53º | 0.68% | 0.63% | - |
| HSV(B) | 89.53º | 0.57% | 0.88% | - |
| XYZ | 43.98 | 62.39 | 21.03 | - |
| YUV | 191.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 97 | 0.28 | 0 | 0.57 | 0.12 | 89.53 | 0.68 | 0.63 |
| Hex | A2 | E1 | 61 | 1C | 0 | 39 | C | 5A | 44 | 3F |
| Octal | 242 | 341 | 141 | 34 | 0 | 71 | 14 | 132 | 104 | 77 |
| Binary | 10100010 | 11100001 | 1100001 | 11100 | 0 | 111001 | 1100 | 1011010 | 1000100 | 111111 |
Color Harmonies of #A2E161
Complementary color
Monochromatic Colors of #A2E161
Black with #A2E161
Text Example
Text Example
White with #A2E161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E161; }
p { color: rgb(162,225,97); }
H1.HeaderClassName
{
color: #A2E161;
}
.AnyTagClassName
{
color: #A2E161;
}
</style>
background-color css
<style>
a { background-color: #A2E161; }
a { background-color: rgb(162,225,97); }
div.DivClassName
{
background-color: #A2E161;
}
.BgClassName
{
background-color: #A2E161;
}
</style>
border-color css
<style>
span { border-color: #A2E161; }
span { border-color: rgb(162,225,97); }
td.TdClassName
{
border-color: #A2E161;
}
.TagClassName
{
border-color: #A2E161;
}
</style>