Shades of Conifer #A1CA5C
Tints of Conifer #A1CA5C
RGB
CMYK
RGB Variations
Color information
#A1CA5C (or 0xA1CA5C) is known color: Conifer. HEX triplet: A1, CA and 5C. RGB value is (161,202,92). Sum of RGB (Red+Green+Blue) = 161+202+92=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA5C is #5E35A3. Grayscale: #B1B1B1. Windows color (decimal): -6174116 or 6081185. OLE color: 6081185.
HSL color Cylindrical-coordinate representation of color #A1CA5C: hue angle of 82.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1CA5C is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 92 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.21 |
| HSL | 82.36º | 0.51% | 0.58% | - |
| HSV(B) | 82.36º | 0.54% | 0.79% | - |
| XYZ | 37.75 | 50.59 | 17.9 | - |
| YUV | 177.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 92 | 0.20 | 0 | 0.54 | 0.21 | 82.36 | 0.51 | 0.58 |
| Hex | A1 | CA | 5C | 14 | 0 | 36 | 15 | 52 | 33 | 3A |
| Octal | 241 | 312 | 134 | 24 | 0 | 66 | 25 | 122 | 63 | 72 |
| Binary | 10100001 | 11001010 | 1011100 | 10100 | 0 | 110110 | 10101 | 1010010 | 110011 | 111010 |
Color Harmonies of #A1CA5C
Complementary color
Monochromatic Colors of #A1CA5C
Black with #A1CA5C
Text Example
Text Example
White with #A1CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA5C; }
p { color: rgb(161,202,92); }
H1.HeaderClassName
{
color: #A1CA5C;
}
.AnyTagClassName
{
color: #A1CA5C;
}
</style>
background-color css
<style>
a { background-color: #A1CA5C; }
a { background-color: rgb(161,202,92); }
div.DivClassName
{
background-color: #A1CA5C;
}
.BgClassName
{
background-color: #A1CA5C;
}
</style>
border-color css
<style>
span { border-color: #A1CA5C; }
span { border-color: rgb(161,202,92); }
td.TdClassName
{
border-color: #A1CA5C;
}
.TagClassName
{
border-color: #A1CA5C;
}
</style>