Shades of Conifer #A2E966
Tints of Conifer #A2E966
RGB
CMYK
RGB Variations
Color information
#A2E966 (or 0xA2E966) is known color: Conifer. HEX triplet: A2, E9 and 66. RGB value is (162,233,102). Sum of RGB (Red+Green+Blue) = 162+233+102=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E966 is #5D1699. Grayscale: #C5C5C5. Windows color (decimal): -6100634 or 6744482. OLE color: 6744482.
HSL color Cylindrical-coordinate representation of color #A2E966: hue angle of 92.52º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2E966 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 102 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.09 |
| HSL | 92.52º | 0.75% | 0.66% | - |
| HSV(B) | 92.52º | 0.56% | 0.91% | - |
| XYZ | 46.44 | 66.92 | 23.04 | - |
| YUV | 196.84 | 74.48 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 102 | 0.30 | 0 | 0.56 | 0.09 | 92.52 | 0.75 | 0.66 |
| Hex | A2 | E9 | 66 | 1E | 0 | 38 | 9 | 5D | 4B | 42 |
| Octal | 242 | 351 | 146 | 36 | 0 | 70 | 11 | 135 | 113 | 102 |
| Binary | 10100010 | 11101001 | 1100110 | 11110 | 0 | 111000 | 1001 | 1011101 | 1001011 | 1000010 |
Color Harmonies of #A2E966
Complementary color
Monochromatic Colors of #A2E966
Black with #A2E966
Text Example
Text Example
White with #A2E966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E966; }
p { color: rgb(162,233,102); }
H1.HeaderClassName
{
color: #A2E966;
}
.AnyTagClassName
{
color: #A2E966;
}
</style>
background-color css
<style>
a { background-color: #A2E966; }
a { background-color: rgb(162,233,102); }
div.DivClassName
{
background-color: #A2E966;
}
.BgClassName
{
background-color: #A2E966;
}
</style>
border-color css
<style>
span { border-color: #A2E966; }
span { border-color: rgb(162,233,102); }
td.TdClassName
{
border-color: #A2E966;
}
.TagClassName
{
border-color: #A2E966;
}
</style>