Shades of Conifer #A2E164
Tints of Conifer #A2E164
RGB
CMYK
RGB Variations
Color information
#A2E164 (or 0xA2E164) is known color: Conifer. HEX triplet: A2, E1 and 64. RGB value is (162,225,100). Sum of RGB (Red+Green+Blue) = 162+225+100=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E164 is #5D1E9B. Grayscale: #C0C0C0. Windows color (decimal): -6102684 or 6611362. OLE color: 6611362.
HSL color Cylindrical-coordinate representation of color #A2E164: hue angle of 90.24º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2E164 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 100 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.12 |
| HSL | 90.24º | 0.68% | 0.64% | - |
| HSV(B) | 90.24º | 0.56% | 0.88% | - |
| XYZ | 44.13 | 62.45 | 21.79 | - |
| YUV | 191.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 100 | 0.28 | 0 | 0.56 | 0.12 | 90.24 | 0.68 | 0.64 |
| Hex | A2 | E1 | 64 | 1C | 0 | 38 | C | 5A | 44 | 40 |
| Octal | 242 | 341 | 144 | 34 | 0 | 70 | 14 | 132 | 104 | 100 |
| Binary | 10100010 | 11100001 | 1100100 | 11100 | 0 | 111000 | 1100 | 1011010 | 1000100 | 1000000 |
Color Harmonies of #A2E164
Complementary color
Monochromatic Colors of #A2E164
Black with #A2E164
Text Example
Text Example
White with #A2E164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E164; }
p { color: rgb(162,225,100); }
H1.HeaderClassName
{
color: #A2E164;
}
.AnyTagClassName
{
color: #A2E164;
}
</style>
background-color css
<style>
a { background-color: #A2E164; }
a { background-color: rgb(162,225,100); }
div.DivClassName
{
background-color: #A2E164;
}
.BgClassName
{
background-color: #A2E164;
}
</style>
border-color css
<style>
span { border-color: #A2E164; }
span { border-color: rgb(162,225,100); }
td.TdClassName
{
border-color: #A2E164;
}
.TagClassName
{
border-color: #A2E164;
}
</style>