Shades of Conifer #A2E965
Tints of Conifer #A2E965
RGB
CMYK
RGB Variations
Color information
#A2E965 (or 0xA2E965) is known color: Conifer. HEX triplet: A2, E9 and 65. RGB value is (162,233,101). Sum of RGB (Red+Green+Blue) = 162+233+101=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E965 is #5D169A. Grayscale: #C5C5C5. Windows color (decimal): -6100635 or 6678946. OLE color: 6678946.
HSL color Cylindrical-coordinate representation of color #A2E965: hue angle of 92.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2E965 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 101 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.09 |
| HSL | 92.27º | 0.75% | 0.65% | - |
| HSV(B) | 92.27º | 0.57% | 0.91% | - |
| XYZ | 46.39 | 66.9 | 22.78 | - |
| YUV | 196.72 | 73.98 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 101 | 0.30 | 0 | 0.57 | 0.09 | 92.27 | 0.75 | 0.65 |
| Hex | A2 | E9 | 65 | 1E | 0 | 39 | 9 | 5C | 4B | 41 |
| Octal | 242 | 351 | 145 | 36 | 0 | 71 | 11 | 134 | 113 | 101 |
| Binary | 10100010 | 11101001 | 1100101 | 11110 | 0 | 111001 | 1001 | 1011100 | 1001011 | 1000001 |
Color Harmonies of #A2E965
Complementary color
Monochromatic Colors of #A2E965
Black with #A2E965
Text Example
Text Example
White with #A2E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E965; }
p { color: rgb(162,233,101); }
H1.HeaderClassName
{
color: #A2E965;
}
.AnyTagClassName
{
color: #A2E965;
}
</style>
background-color css
<style>
a { background-color: #A2E965; }
a { background-color: rgb(162,233,101); }
div.DivClassName
{
background-color: #A2E965;
}
.BgClassName
{
background-color: #A2E965;
}
</style>
border-color css
<style>
span { border-color: #A2E965; }
span { border-color: rgb(162,233,101); }
td.TdClassName
{
border-color: #A2E965;
}
.TagClassName
{
border-color: #A2E965;
}
</style>