Shades of Conifer #A1CC59
Tints of Conifer #A1CC59
RGB
CMYK
RGB Variations
Color information
#A1CC59 (or 0xA1CC59) is known color: Conifer. HEX triplet: A1, CC and 59. RGB value is (161,204,89). Sum of RGB (Red+Green+Blue) = 161+204+89=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC59 is #5E33A6. Grayscale: #B2B2B2. Windows color (decimal): -6173607 or 5885089. OLE color: 5885089.
HSL color Cylindrical-coordinate representation of color #A1CC59: hue angle of 82.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1CC59 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 89 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.2 |
| HSL | 82.43º | 0.53% | 0.57% | - |
| HSV(B) | 82.43º | 0.56% | 0.8% | - |
| XYZ | 38.09 | 51.48 | 17.38 | - |
| YUV | 178.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 89 | 0.21 | 0 | 0.56 | 0.2 | 82.43 | 0.53 | 0.57 |
| Hex | A1 | CC | 59 | 15 | 0 | 38 | 14 | 52 | 35 | 39 |
| Octal | 241 | 314 | 131 | 25 | 0 | 70 | 24 | 122 | 65 | 71 |
| Binary | 10100001 | 11001100 | 1011001 | 10101 | 0 | 111000 | 10100 | 1010010 | 110101 | 111001 |
Color Harmonies of #A1CC59
Complementary color
Monochromatic Colors of #A1CC59
Black with #A1CC59
Text Example
Text Example
White with #A1CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC59; }
p { color: rgb(161,204,89); }
H1.HeaderClassName
{
color: #A1CC59;
}
.AnyTagClassName
{
color: #A1CC59;
}
</style>
background-color css
<style>
a { background-color: #A1CC59; }
a { background-color: rgb(161,204,89); }
div.DivClassName
{
background-color: #A1CC59;
}
.BgClassName
{
background-color: #A1CC59;
}
</style>
border-color css
<style>
span { border-color: #A1CC59; }
span { border-color: rgb(161,204,89); }
td.TdClassName
{
border-color: #A1CC59;
}
.TagClassName
{
border-color: #A1CC59;
}
</style>