Shades of Conifer #A0CE59
Tints of Conifer #A0CE59
RGB
CMYK
RGB Variations
Color information
#A0CE59 (or 0xA0CE59) is known color: Conifer. HEX triplet: A0, CE and 59. RGB value is (160,206,89). Sum of RGB (Red+Green+Blue) = 160+206+89=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE59 is #5F31A6. Grayscale: #B3B3B3. Windows color (decimal): -6238631 or 5885600. OLE color: 5885600.
HSL color Cylindrical-coordinate representation of color #A0CE59: hue angle of 83.59º 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 #A0CE59 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 89 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.19 |
| HSL | 83.59º | 0.54% | 0.58% | - |
| HSV(B) | 83.59º | 0.57% | 0.81% | - |
| XYZ | 38.37 | 52.34 | 17.53 | - |
| YUV | 178.91 | 77.26 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 89 | 0.22 | 0 | 0.57 | 0.19 | 83.59 | 0.54 | 0.58 |
| Hex | A0 | CE | 59 | 16 | 0 | 39 | 13 | 54 | 36 | 3A |
| Octal | 240 | 316 | 131 | 26 | 0 | 71 | 23 | 124 | 66 | 72 |
| Binary | 10100000 | 11001110 | 1011001 | 10110 | 0 | 111001 | 10011 | 1010100 | 110110 | 111010 |
Color Harmonies of #A0CE59
Complementary color
Monochromatic Colors of #A0CE59
Black with #A0CE59
Text Example
Text Example
White with #A0CE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE59; }
p { color: rgb(160,206,89); }
H1.HeaderClassName
{
color: #A0CE59;
}
.AnyTagClassName
{
color: #A0CE59;
}
</style>
background-color css
<style>
a { background-color: #A0CE59; }
a { background-color: rgb(160,206,89); }
div.DivClassName
{
background-color: #A0CE59;
}
.BgClassName
{
background-color: #A0CE59;
}
</style>
border-color css
<style>
span { border-color: #A0CE59; }
span { border-color: rgb(160,206,89); }
td.TdClassName
{
border-color: #A0CE59;
}
.TagClassName
{
border-color: #A0CE59;
}
</style>