Shades of Conifer #A0CE55
Tints of Conifer #A0CE55
RGB
CMYK
RGB Variations
Color information
#A0CE55 (or 0xA0CE55) is known color: Conifer. HEX triplet: A0, CE and 55. RGB value is (160,206,85). Sum of RGB (Red+Green+Blue) = 160+206+85=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE55 is #5F31AA. Grayscale: #B2B2B2. Windows color (decimal): -6238635 or 5623456. OLE color: 5623456.
HSL color Cylindrical-coordinate representation of color #A0CE55: hue angle of 82.81º 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 #A0CE55 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 85 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.19 |
| HSL | 82.81º | 0.55% | 0.57% | - |
| HSV(B) | 82.81º | 0.59% | 0.81% | - |
| XYZ | 38.21 | 52.27 | 16.67 | - |
| YUV | 178.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 85 | 0.22 | 0 | 0.59 | 0.19 | 82.81 | 0.55 | 0.57 |
| Hex | A0 | CE | 55 | 16 | 0 | 3B | 13 | 53 | 37 | 39 |
| Octal | 240 | 316 | 125 | 26 | 0 | 73 | 23 | 123 | 67 | 71 |
| Binary | 10100000 | 11001110 | 1010101 | 10110 | 0 | 111011 | 10011 | 1010011 | 110111 | 111001 |
Color Harmonies of #A0CE55
Complementary color
Monochromatic Colors of #A0CE55
Black with #A0CE55
Text Example
Text Example
White with #A0CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE55; }
p { color: rgb(160,206,85); }
H1.HeaderClassName
{
color: #A0CE55;
}
.AnyTagClassName
{
color: #A0CE55;
}
</style>
background-color css
<style>
a { background-color: #A0CE55; }
a { background-color: rgb(160,206,85); }
div.DivClassName
{
background-color: #A0CE55;
}
.BgClassName
{
background-color: #A0CE55;
}
</style>
border-color css
<style>
span { border-color: #A0CE55; }
span { border-color: rgb(160,206,85); }
td.TdClassName
{
border-color: #A0CE55;
}
.TagClassName
{
border-color: #A0CE55;
}
</style>