Shades of Conifer #A2E866
Tints of Conifer #A2E866
RGB
CMYK
RGB Variations
Color information
#A2E866 (or 0xA2E866) is known color: Conifer. HEX triplet: A2, E8 and 66. RGB value is (162,232,102). Sum of RGB (Red+Green+Blue) = 162+232+102=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E866 is #5D1799. Grayscale: #C4C4C4. Windows color (decimal): -6100890 or 6744226. OLE color: 6744226.
HSL color Cylindrical-coordinate representation of color #A2E866: hue angle of 92.31º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2E866 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 232 | 102 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.09 |
| HSL | 92.31º | 0.74% | 0.65% | - |
| HSV(B) | 92.31º | 0.56% | 0.91% | - |
| XYZ | 46.16 | 66.35 | 22.95 | - |
| YUV | 196.25 | 74.81 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 102 | 0.30 | 0 | 0.56 | 0.09 | 92.31 | 0.74 | 0.65 |
| Hex | A2 | E8 | 66 | 1E | 0 | 38 | 9 | 5C | 4A | 41 |
| Octal | 242 | 350 | 146 | 36 | 0 | 70 | 11 | 134 | 112 | 101 |
| Binary | 10100010 | 11101000 | 1100110 | 11110 | 0 | 111000 | 1001 | 1011100 | 1001010 | 1000001 |
Color Harmonies of #A2E866
Complementary color
Monochromatic Colors of #A2E866
Black with #A2E866
Text Example
Text Example
White with #A2E866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E866; }
p { color: rgb(162,232,102); }
H1.HeaderClassName
{
color: #A2E866;
}
.AnyTagClassName
{
color: #A2E866;
}
</style>
background-color css
<style>
a { background-color: #A2E866; }
a { background-color: rgb(162,232,102); }
div.DivClassName
{
background-color: #A2E866;
}
.BgClassName
{
background-color: #A2E866;
}
</style>
border-color css
<style>
span { border-color: #A2E866; }
span { border-color: rgb(162,232,102); }
td.TdClassName
{
border-color: #A2E866;
}
.TagClassName
{
border-color: #A2E866;
}
</style>