Shades of Conifer #A7CA60
Tints of Conifer #A7CA60
RGB
CMYK
RGB Variations
Color information
#A7CA60 (or 0xA7CA60) is known color: Conifer. HEX triplet: A7, CA and 60. RGB value is (167,202,96). Sum of RGB (Red+Green+Blue) = 167+202+96=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA60 is #58359F. Grayscale: #B3B3B3. Windows color (decimal): -5780896 or 6343335. OLE color: 6343335.
HSL color Cylindrical-coordinate representation of color #A7CA60: hue angle of 79.81º 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 #A7CA60 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 96 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.21 |
| HSL | 79.81º | 0.5% | 0.58% | - |
| HSV(B) | 79.81º | 0.52% | 0.79% | - |
| XYZ | 39.17 | 51.3 | 18.9 | - |
| YUV | 179.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 96 | 0.17 | 0 | 0.52 | 0.21 | 79.81 | 0.5 | 0.58 |
| Hex | A7 | CA | 60 | 11 | 0 | 34 | 15 | 50 | 32 | 3A |
| Octal | 247 | 312 | 140 | 21 | 0 | 64 | 25 | 120 | 62 | 72 |
| Binary | 10100111 | 11001010 | 1100000 | 10001 | 0 | 110100 | 10101 | 1010000 | 110010 | 111010 |
Color Harmonies of #A7CA60
Complementary color
Monochromatic Colors of #A7CA60
Black with #A7CA60
Text Example
Text Example
White with #A7CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA60; }
p { color: rgb(167,202,96); }
H1.HeaderClassName
{
color: #A7CA60;
}
.AnyTagClassName
{
color: #A7CA60;
}
</style>
background-color css
<style>
a { background-color: #A7CA60; }
a { background-color: rgb(167,202,96); }
div.DivClassName
{
background-color: #A7CA60;
}
.BgClassName
{
background-color: #A7CA60;
}
</style>
border-color css
<style>
span { border-color: #A7CA60; }
span { border-color: rgb(167,202,96); }
td.TdClassName
{
border-color: #A7CA60;
}
.TagClassName
{
border-color: #A7CA60;
}
</style>