Shades of Conifer #A2CE59
Tints of Conifer #A2CE59
RGB
CMYK
RGB Variations
Color information
#A2CE59 (or 0xA2CE59) is known color: Conifer. HEX triplet: A2, CE and 59. RGB value is (162,206,89). Sum of RGB (Red+Green+Blue) = 162+206+89=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE59 is #5D31A6. Grayscale: #B3B3B3. Windows color (decimal): -6107559 or 5885602. OLE color: 5885602.
HSL color Cylindrical-coordinate representation of color #A2CE59: hue angle of 82.56º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2CE59 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 89 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.19 |
| HSL | 82.56º | 0.54% | 0.58% | - |
| HSV(B) | 82.56º | 0.57% | 0.81% | - |
| XYZ | 38.77 | 52.55 | 17.55 | - |
| YUV | 179.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 89 | 0.21 | 0 | 0.57 | 0.19 | 82.56 | 0.54 | 0.58 |
| Hex | A2 | CE | 59 | 15 | 0 | 39 | 13 | 53 | 36 | 3A |
| Octal | 242 | 316 | 131 | 25 | 0 | 71 | 23 | 123 | 66 | 72 |
| Binary | 10100010 | 11001110 | 1011001 | 10101 | 0 | 111001 | 10011 | 1010011 | 110110 | 111010 |
Color Harmonies of #A2CE59
Complementary color
Monochromatic Colors of #A2CE59
Black with #A2CE59
Text Example
Text Example
White with #A2CE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE59; }
p { color: rgb(162,206,89); }
H1.HeaderClassName
{
color: #A2CE59;
}
.AnyTagClassName
{
color: #A2CE59;
}
</style>
background-color css
<style>
a { background-color: #A2CE59; }
a { background-color: rgb(162,206,89); }
div.DivClassName
{
background-color: #A2CE59;
}
.BgClassName
{
background-color: #A2CE59;
}
</style>
border-color css
<style>
span { border-color: #A2CE59; }
span { border-color: rgb(162,206,89); }
td.TdClassName
{
border-color: #A2CE59;
}
.TagClassName
{
border-color: #A2CE59;
}
</style>