Shades of Conifer #A2CE56
Tints of Conifer #A2CE56
RGB
CMYK
RGB Variations
Color information
#A2CE56 (or 0xA2CE56) is known color: Conifer. HEX triplet: A2, CE and 56. RGB value is (162,206,86). Sum of RGB (Red+Green+Blue) = 162+206+86=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE56 is #5D31A9. Grayscale: #B3B3B3. Windows color (decimal): -6107562 or 5688994. OLE color: 5688994.
HSL color Cylindrical-coordinate representation of color #A2CE56: hue angle of 82º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2CE56 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 86 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.19 |
| HSL | 82º | 0.55% | 0.57% | - |
| HSV(B) | 82º | 0.58% | 0.81% | - |
| XYZ | 38.65 | 52.5 | 16.9 | - |
| YUV | 179.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 86 | 0.21 | 0 | 0.58 | 0.19 | 82 | 0.55 | 0.57 |
| Hex | A2 | CE | 56 | 15 | 0 | 3A | 13 | 52 | 37 | 39 |
| Octal | 242 | 316 | 126 | 25 | 0 | 72 | 23 | 122 | 67 | 71 |
| Binary | 10100010 | 11001110 | 1010110 | 10101 | 0 | 111010 | 10011 | 1010010 | 110111 | 111001 |
Color Harmonies of #A2CE56
Complementary color
Monochromatic Colors of #A2CE56
Black with #A2CE56
Text Example
Text Example
White with #A2CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE56; }
p { color: rgb(162,206,86); }
H1.HeaderClassName
{
color: #A2CE56;
}
.AnyTagClassName
{
color: #A2CE56;
}
</style>
background-color css
<style>
a { background-color: #A2CE56; }
a { background-color: rgb(162,206,86); }
div.DivClassName
{
background-color: #A2CE56;
}
.BgClassName
{
background-color: #A2CE56;
}
</style>
border-color css
<style>
span { border-color: #A2CE56; }
span { border-color: rgb(162,206,86); }
td.TdClassName
{
border-color: #A2CE56;
}
.TagClassName
{
border-color: #A2CE56;
}
</style>