Shades of Conifer #A1C759
Tints of Conifer #A1C759
RGB
CMYK
RGB Variations
Color information
#A1C759 (or 0xA1C759) is known color: Conifer. HEX triplet: A1, C7 and 59. RGB value is (161,199,89). Sum of RGB (Red+Green+Blue) = 161+199+89=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C759 is #5E38A6. Grayscale: #AFAFAF. Windows color (decimal): -6174887 or 5883809. OLE color: 5883809.
HSL color Cylindrical-coordinate representation of color #A1C759: hue angle of 80.73º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1C759 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 89 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.22 |
| HSL | 80.73º | 0.5% | 0.56% | - |
| HSV(B) | 80.73º | 0.55% | 0.78% | - |
| XYZ | 36.92 | 49.15 | 16.99 | - |
| YUV | 175.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 89 | 0.19 | 0 | 0.55 | 0.22 | 80.73 | 0.5 | 0.56 |
| Hex | A1 | C7 | 59 | 13 | 0 | 37 | 16 | 51 | 32 | 38 |
| Octal | 241 | 307 | 131 | 23 | 0 | 67 | 26 | 121 | 62 | 70 |
| Binary | 10100001 | 11000111 | 1011001 | 10011 | 0 | 110111 | 10110 | 1010001 | 110010 | 111000 |
Color Harmonies of #A1C759
Complementary color
Monochromatic Colors of #A1C759
Black with #A1C759
Text Example
Text Example
White with #A1C759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C759; }
p { color: rgb(161,199,89); }
H1.HeaderClassName
{
color: #A1C759;
}
.AnyTagClassName
{
color: #A1C759;
}
</style>
background-color css
<style>
a { background-color: #A1C759; }
a { background-color: rgb(161,199,89); }
div.DivClassName
{
background-color: #A1C759;
}
.BgClassName
{
background-color: #A1C759;
}
</style>
border-color css
<style>
span { border-color: #A1C759; }
span { border-color: rgb(161,199,89); }
td.TdClassName
{
border-color: #A1C759;
}
.TagClassName
{
border-color: #A1C759;
}
</style>