Shades of Conifer #A4CA5C
Tints of Conifer #A4CA5C
RGB
CMYK
RGB Variations
Color information
#A4CA5C (or 0xA4CA5C) is known color: Conifer. HEX triplet: A4, CA and 5C. RGB value is (164,202,92). Sum of RGB (Red+Green+Blue) = 164+202+92=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA5C is #5B35A3. Grayscale: #B2B2B2. Windows color (decimal): -5977508 or 6081188. OLE color: 6081188.
HSL color Cylindrical-coordinate representation of color #A4CA5C: hue angle of 80.73º 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 #A4CA5C is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 92 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.21 |
| HSL | 80.73º | 0.51% | 0.58% | - |
| HSV(B) | 80.73º | 0.54% | 0.79% | - |
| XYZ | 38.36 | 50.91 | 17.93 | - |
| YUV | 178.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 92 | 0.19 | 0 | 0.54 | 0.21 | 80.73 | 0.51 | 0.58 |
| Hex | A4 | CA | 5C | 13 | 0 | 36 | 15 | 51 | 33 | 3A |
| Octal | 244 | 312 | 134 | 23 | 0 | 66 | 25 | 121 | 63 | 72 |
| Binary | 10100100 | 11001010 | 1011100 | 10011 | 0 | 110110 | 10101 | 1010001 | 110011 | 111010 |
Color Harmonies of #A4CA5C
Complementary color
Monochromatic Colors of #A4CA5C
Black with #A4CA5C
Text Example
Text Example
White with #A4CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA5C; }
p { color: rgb(164,202,92); }
H1.HeaderClassName
{
color: #A4CA5C;
}
.AnyTagClassName
{
color: #A4CA5C;
}
</style>
background-color css
<style>
a { background-color: #A4CA5C; }
a { background-color: rgb(164,202,92); }
div.DivClassName
{
background-color: #A4CA5C;
}
.BgClassName
{
background-color: #A4CA5C;
}
</style>
border-color css
<style>
span { border-color: #A4CA5C; }
span { border-color: rgb(164,202,92); }
td.TdClassName
{
border-color: #A4CA5C;
}
.TagClassName
{
border-color: #A4CA5C;
}
</style>