Shades of Conifer #A1C655
Tints of Conifer #A1C655
RGB
CMYK
RGB Variations
Color information
#A1C655 (or 0xA1C655) is known color: Conifer. HEX triplet: A1, C6 and 55. RGB value is (161,198,85). Sum of RGB (Red+Green+Blue) = 161+198+85=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C655 is #5E39AA. Grayscale: #AEAEAE. Windows color (decimal): -6175147 or 5621409. OLE color: 5621409.
HSL color Cylindrical-coordinate representation of color #A1C655: hue angle of 79.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1C655 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 85 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.22 |
| HSL | 79.65º | 0.5% | 0.55% | - |
| HSV(B) | 79.65º | 0.57% | 0.78% | - |
| XYZ | 36.53 | 48.62 | 16.05 | - |
| YUV | 174.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 85 | 0.19 | 0 | 0.57 | 0.22 | 79.65 | 0.5 | 0.55 |
| Hex | A1 | C6 | 55 | 13 | 0 | 39 | 16 | 50 | 32 | 37 |
| Octal | 241 | 306 | 125 | 23 | 0 | 71 | 26 | 120 | 62 | 67 |
| Binary | 10100001 | 11000110 | 1010101 | 10011 | 0 | 111001 | 10110 | 1010000 | 110010 | 110111 |
Color Harmonies of #A1C655
Complementary color
Monochromatic Colors of #A1C655
Black with #A1C655
Text Example
Text Example
White with #A1C655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C655; }
p { color: rgb(161,198,85); }
H1.HeaderClassName
{
color: #A1C655;
}
.AnyTagClassName
{
color: #A1C655;
}
</style>
background-color css
<style>
a { background-color: #A1C655; }
a { background-color: rgb(161,198,85); }
div.DivClassName
{
background-color: #A1C655;
}
.BgClassName
{
background-color: #A1C655;
}
</style>
border-color css
<style>
span { border-color: #A1C655; }
span { border-color: rgb(161,198,85); }
td.TdClassName
{
border-color: #A1C655;
}
.TagClassName
{
border-color: #A1C655;
}
</style>