Shades of Conifer #A1CA5E
Tints of Conifer #A1CA5E
RGB
CMYK
RGB Variations
Color information
#A1CA5E (or 0xA1CA5E) is known color: Conifer. HEX triplet: A1, CA and 5E. RGB value is (161,202,94). Sum of RGB (Red+Green+Blue) = 161+202+94=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA5E is #5E35A1. Grayscale: #B1B1B1. Windows color (decimal): -6174114 or 6212257. OLE color: 6212257.
HSL color Cylindrical-coordinate representation of color #A1CA5E: hue angle of 82.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1CA5E is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 94 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.21 |
| HSL | 82.78º | 0.5% | 0.58% | - |
| HSV(B) | 82.78º | 0.53% | 0.79% | - |
| XYZ | 37.84 | 50.63 | 18.37 | - |
| YUV | 177.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 94 | 0.20 | 0 | 0.53 | 0.21 | 82.78 | 0.5 | 0.58 |
| Hex | A1 | CA | 5E | 14 | 0 | 35 | 15 | 53 | 32 | 3A |
| Octal | 241 | 312 | 136 | 24 | 0 | 65 | 25 | 123 | 62 | 72 |
| Binary | 10100001 | 11001010 | 1011110 | 10100 | 0 | 110101 | 10101 | 1010011 | 110010 | 111010 |
Color Harmonies of #A1CA5E
Complementary color
Monochromatic Colors of #A1CA5E
Black with #A1CA5E
Text Example
Text Example
White with #A1CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA5E; }
p { color: rgb(161,202,94); }
H1.HeaderClassName
{
color: #A1CA5E;
}
.AnyTagClassName
{
color: #A1CA5E;
}
</style>
background-color css
<style>
a { background-color: #A1CA5E; }
a { background-color: rgb(161,202,94); }
div.DivClassName
{
background-color: #A1CA5E;
}
.BgClassName
{
background-color: #A1CA5E;
}
</style>
border-color css
<style>
span { border-color: #A1CA5E; }
span { border-color: rgb(161,202,94); }
td.TdClassName
{
border-color: #A1CA5E;
}
.TagClassName
{
border-color: #A1CA5E;
}
</style>