Shades of Conifer #A2E967
Tints of Conifer #A2E967
RGB
CMYK
RGB Variations
Color information
#A2E967 (or 0xA2E967) is known color: Conifer. HEX triplet: A2, E9 and 67. RGB value is (162,233,103). Sum of RGB (Red+Green+Blue) = 162+233+103=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E967 is #5D1698. Grayscale: #C5C5C5. Windows color (decimal): -6100633 or 6810018. OLE color: 6810018.
HSL color Cylindrical-coordinate representation of color #A2E967: hue angle of 92.77º 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 #A2E967 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 103 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.09 |
| HSL | 92.77º | 0.75% | 0.66% | - |
| HSV(B) | 92.77º | 0.56% | 0.91% | - |
| XYZ | 46.49 | 66.94 | 23.3 | - |
| YUV | 196.95 | 74.98 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 103 | 0.30 | 0 | 0.56 | 0.09 | 92.77 | 0.75 | 0.66 |
| Hex | A2 | E9 | 67 | 1E | 0 | 38 | 9 | 5D | 4B | 42 |
| Octal | 242 | 351 | 147 | 36 | 0 | 70 | 11 | 135 | 113 | 102 |
| Binary | 10100010 | 11101001 | 1100111 | 11110 | 0 | 111000 | 1001 | 1011101 | 1001011 | 1000010 |
Color Harmonies of #A2E967
Complementary color
Monochromatic Colors of #A2E967
Black with #A2E967
Text Example
Text Example
White with #A2E967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E967; }
p { color: rgb(162,233,103); }
H1.HeaderClassName
{
color: #A2E967;
}
.AnyTagClassName
{
color: #A2E967;
}
</style>
background-color css
<style>
a { background-color: #A2E967; }
a { background-color: rgb(162,233,103); }
div.DivClassName
{
background-color: #A2E967;
}
.BgClassName
{
background-color: #A2E967;
}
</style>
border-color css
<style>
span { border-color: #A2E967; }
span { border-color: rgb(162,233,103); }
td.TdClassName
{
border-color: #A2E967;
}
.TagClassName
{
border-color: #A2E967;
}
</style>