Shades of Conifer #A1CE59
Tints of Conifer #A1CE59
RGB
CMYK
RGB Variations
Color information
#A1CE59 (or 0xA1CE59) is known color: Conifer. HEX triplet: A1, CE and 59. RGB value is (161,206,89). Sum of RGB (Red+Green+Blue) = 161+206+89=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CE59 is #5E31A6. Grayscale: #B3B3B3. Windows color (decimal): -6173095 or 5885601. OLE color: 5885601.
HSL color Cylindrical-coordinate representation of color #A1CE59: hue angle of 83.08º 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 #A1CE59 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 89 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.19 |
| HSL | 83.08º | 0.54% | 0.58% | - |
| HSV(B) | 83.08º | 0.57% | 0.81% | - |
| XYZ | 38.57 | 52.44 | 17.54 | - |
| YUV | 179.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 89 | 0.22 | 0 | 0.57 | 0.19 | 83.08 | 0.54 | 0.58 |
| Hex | A1 | CE | 59 | 16 | 0 | 39 | 13 | 53 | 36 | 3A |
| Octal | 241 | 316 | 131 | 26 | 0 | 71 | 23 | 123 | 66 | 72 |
| Binary | 10100001 | 11001110 | 1011001 | 10110 | 0 | 111001 | 10011 | 1010011 | 110110 | 111010 |
Color Harmonies of #A1CE59
Complementary color
Monochromatic Colors of #A1CE59
Black with #A1CE59
Text Example
Text Example
White with #A1CE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CE59; }
p { color: rgb(161,206,89); }
H1.HeaderClassName
{
color: #A1CE59;
}
.AnyTagClassName
{
color: #A1CE59;
}
</style>
background-color css
<style>
a { background-color: #A1CE59; }
a { background-color: rgb(161,206,89); }
div.DivClassName
{
background-color: #A1CE59;
}
.BgClassName
{
background-color: #A1CE59;
}
</style>
border-color css
<style>
span { border-color: #A1CE59; }
span { border-color: rgb(161,206,89); }
td.TdClassName
{
border-color: #A1CE59;
}
.TagClassName
{
border-color: #A1CE59;
}
</style>