Shades of Conifer #A2CE55
Tints of Conifer #A2CE55
RGB
CMYK
RGB Variations
Color information
#A2CE55 (or 0xA2CE55) is known color: Conifer. HEX triplet: A2, CE and 55. RGB value is (162,206,85). Sum of RGB (Red+Green+Blue) = 162+206+85=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE55 is #5D31AA. Grayscale: #B3B3B3. Windows color (decimal): -6107563 or 5623458. OLE color: 5623458.
HSL color Cylindrical-coordinate representation of color #A2CE55: hue angle of 81.82º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2CE55 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 85 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.19 |
| HSL | 81.82º | 0.55% | 0.57% | - |
| HSV(B) | 81.82º | 0.59% | 0.81% | - |
| XYZ | 38.61 | 52.48 | 16.69 | - |
| YUV | 179.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 85 | 0.21 | 0 | 0.59 | 0.19 | 81.82 | 0.55 | 0.57 |
| Hex | A2 | CE | 55 | 15 | 0 | 3B | 13 | 52 | 37 | 39 |
| Octal | 242 | 316 | 125 | 25 | 0 | 73 | 23 | 122 | 67 | 71 |
| Binary | 10100010 | 11001110 | 1010101 | 10101 | 0 | 111011 | 10011 | 1010010 | 110111 | 111001 |
Color Harmonies of #A2CE55
Complementary color
Monochromatic Colors of #A2CE55
Black with #A2CE55
Text Example
Text Example
White with #A2CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE55; }
p { color: rgb(162,206,85); }
H1.HeaderClassName
{
color: #A2CE55;
}
.AnyTagClassName
{
color: #A2CE55;
}
</style>
background-color css
<style>
a { background-color: #A2CE55; }
a { background-color: rgb(162,206,85); }
div.DivClassName
{
background-color: #A2CE55;
}
.BgClassName
{
background-color: #A2CE55;
}
</style>
border-color css
<style>
span { border-color: #A2CE55; }
span { border-color: rgb(162,206,85); }
td.TdClassName
{
border-color: #A2CE55;
}
.TagClassName
{
border-color: #A2CE55;
}
</style>