Shades of Conifer #A2CF55
Tints of Conifer #A2CF55
RGB
CMYK
RGB Variations
Color information
#A2CF55 (or 0xA2CF55) is known color: Conifer. HEX triplet: A2, CF and 55. RGB value is (162,207,85). Sum of RGB (Red+Green+Blue) = 162+207+85=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF55 is #5D30AA. Grayscale: #B4B4B4. Windows color (decimal): -6107307 or 5623714. OLE color: 5623714.
HSL color Cylindrical-coordinate representation of color #A2CF55: hue angle of 82.13º degrees, saturation: 0.56, 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 #A2CF55 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 85 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.19 |
| HSL | 82.13º | 0.56% | 0.57% | - |
| HSV(B) | 82.13º | 0.59% | 0.81% | - |
| XYZ | 38.85 | 52.96 | 16.77 | - |
| YUV | 179.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 85 | 0.22 | 0 | 0.59 | 0.19 | 82.13 | 0.56 | 0.57 |
| Hex | A2 | CF | 55 | 16 | 0 | 3B | 13 | 52 | 38 | 39 |
| Octal | 242 | 317 | 125 | 26 | 0 | 73 | 23 | 122 | 70 | 71 |
| Binary | 10100010 | 11001111 | 1010101 | 10110 | 0 | 111011 | 10011 | 1010010 | 111000 | 111001 |
Color Harmonies of #A2CF55
Complementary color
Monochromatic Colors of #A2CF55
Black with #A2CF55
Text Example
Text Example
White with #A2CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF55; }
p { color: rgb(162,207,85); }
H1.HeaderClassName
{
color: #A2CF55;
}
.AnyTagClassName
{
color: #A2CF55;
}
</style>
background-color css
<style>
a { background-color: #A2CF55; }
a { background-color: rgb(162,207,85); }
div.DivClassName
{
background-color: #A2CF55;
}
.BgClassName
{
background-color: #A2CF55;
}
</style>
border-color css
<style>
span { border-color: #A2CF55; }
span { border-color: rgb(162,207,85); }
td.TdClassName
{
border-color: #A2CF55;
}
.TagClassName
{
border-color: #A2CF55;
}
</style>