Shades of Conifer #A2E166
Tints of Conifer #A2E166
RGB
CMYK
RGB Variations
Color information
#A2E166 (or 0xA2E166) is known color: Conifer. HEX triplet: A2, E1 and 66. RGB value is (162,225,102). Sum of RGB (Red+Green+Blue) = 162+225+102=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E166 is #5D1E99. Grayscale: #C0C0C0. Windows color (decimal): -6102682 or 6742434. OLE color: 6742434.
HSL color Cylindrical-coordinate representation of color #A2E166: hue angle of 90.73º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2E166 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 102 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.12 |
| HSL | 90.73º | 0.67% | 0.64% | - |
| HSV(B) | 90.73º | 0.55% | 0.88% | - |
| XYZ | 44.22 | 62.49 | 22.3 | - |
| YUV | 192.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 102 | 0.28 | 0 | 0.55 | 0.12 | 90.73 | 0.67 | 0.64 |
| Hex | A2 | E1 | 66 | 1C | 0 | 37 | C | 5B | 43 | 40 |
| Octal | 242 | 341 | 146 | 34 | 0 | 67 | 14 | 133 | 103 | 100 |
| Binary | 10100010 | 11100001 | 1100110 | 11100 | 0 | 110111 | 1100 | 1011011 | 1000011 | 1000000 |
Color Harmonies of #A2E166
Complementary color
Monochromatic Colors of #A2E166
Black with #A2E166
Text Example
Text Example
White with #A2E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E166; }
p { color: rgb(162,225,102); }
H1.HeaderClassName
{
color: #A2E166;
}
.AnyTagClassName
{
color: #A2E166;
}
</style>
background-color css
<style>
a { background-color: #A2E166; }
a { background-color: rgb(162,225,102); }
div.DivClassName
{
background-color: #A2E166;
}
.BgClassName
{
background-color: #A2E166;
}
</style>
border-color css
<style>
span { border-color: #A2E166; }
span { border-color: rgb(162,225,102); }
td.TdClassName
{
border-color: #A2E166;
}
.TagClassName
{
border-color: #A2E166;
}
</style>