Shades of Conifer #A4CA60
Tints of Conifer #A4CA60
RGB
CMYK
RGB Variations
Color information
#A4CA60 (or 0xA4CA60) is known color: Conifer. HEX triplet: A4, CA and 60. RGB value is (164,202,96). Sum of RGB (Red+Green+Blue) = 164+202+96=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA60 is #5B359F. Grayscale: #B2B2B2. Windows color (decimal): -5977504 or 6343332. OLE color: 6343332.
HSL color Cylindrical-coordinate representation of color #A4CA60: hue angle of 81.51º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4CA60 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 96 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.21 |
| HSL | 81.51º | 0.5% | 0.58% | - |
| HSV(B) | 81.51º | 0.52% | 0.79% | - |
| XYZ | 38.54 | 50.98 | 18.87 | - |
| YUV | 178.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 96 | 0.19 | 0 | 0.52 | 0.21 | 81.51 | 0.5 | 0.58 |
| Hex | A4 | CA | 60 | 13 | 0 | 34 | 15 | 52 | 32 | 3A |
| Octal | 244 | 312 | 140 | 23 | 0 | 64 | 25 | 122 | 62 | 72 |
| Binary | 10100100 | 11001010 | 1100000 | 10011 | 0 | 110100 | 10101 | 1010010 | 110010 | 111010 |
Color Harmonies of #A4CA60
Complementary color
Monochromatic Colors of #A4CA60
Black with #A4CA60
Text Example
Text Example
White with #A4CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA60; }
p { color: rgb(164,202,96); }
H1.HeaderClassName
{
color: #A4CA60;
}
.AnyTagClassName
{
color: #A4CA60;
}
</style>
background-color css
<style>
a { background-color: #A4CA60; }
a { background-color: rgb(164,202,96); }
div.DivClassName
{
background-color: #A4CA60;
}
.BgClassName
{
background-color: #A4CA60;
}
</style>
border-color css
<style>
span { border-color: #A4CA60; }
span { border-color: rgb(164,202,96); }
td.TdClassName
{
border-color: #A4CA60;
}
.TagClassName
{
border-color: #A4CA60;
}
</style>