Shades of Conifer #A2CE57
Tints of Conifer #A2CE57
RGB
CMYK
RGB Variations
Color information
#A2CE57 (or 0xA2CE57) is known color: Conifer. HEX triplet: A2, CE and 57. RGB value is (162,206,87). Sum of RGB (Red+Green+Blue) = 162+206+87=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE57 is #5D31A8. Grayscale: #B3B3B3. Windows color (decimal): -6107561 or 5754530. OLE color: 5754530.
HSL color Cylindrical-coordinate representation of color #A2CE57: hue angle of 82.18º 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 #A2CE57 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 87 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.19 |
| HSL | 82.18º | 0.55% | 0.57% | - |
| HSV(B) | 82.18º | 0.58% | 0.81% | - |
| XYZ | 38.69 | 52.51 | 17.11 | - |
| YUV | 179.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 87 | 0.21 | 0 | 0.58 | 0.19 | 82.18 | 0.55 | 0.57 |
| Hex | A2 | CE | 57 | 15 | 0 | 3A | 13 | 52 | 37 | 39 |
| Octal | 242 | 316 | 127 | 25 | 0 | 72 | 23 | 122 | 67 | 71 |
| Binary | 10100010 | 11001110 | 1010111 | 10101 | 0 | 111010 | 10011 | 1010010 | 110111 | 111001 |
Color Harmonies of #A2CE57
Complementary color
Monochromatic Colors of #A2CE57
Black with #A2CE57
Text Example
Text Example
White with #A2CE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE57; }
p { color: rgb(162,206,87); }
H1.HeaderClassName
{
color: #A2CE57;
}
.AnyTagClassName
{
color: #A2CE57;
}
</style>
background-color css
<style>
a { background-color: #A2CE57; }
a { background-color: rgb(162,206,87); }
div.DivClassName
{
background-color: #A2CE57;
}
.BgClassName
{
background-color: #A2CE57;
}
</style>
border-color css
<style>
span { border-color: #A2CE57; }
span { border-color: rgb(162,206,87); }
td.TdClassName
{
border-color: #A2CE57;
}
.TagClassName
{
border-color: #A2CE57;
}
</style>