Shades of Conifer #A7CA59
Tints of Conifer #A7CA59
RGB
CMYK
RGB Variations
Color information
#A7CA59 (or 0xA7CA59) is known color: Conifer. HEX triplet: A7, CA and 59. RGB value is (167,202,89). Sum of RGB (Red+Green+Blue) = 167+202+89=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA59 is #5835A6. Grayscale: #B3B3B3. Windows color (decimal): -5780903 or 5884583. OLE color: 5884583.
HSL color Cylindrical-coordinate representation of color #A7CA59: hue angle of 78.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7CA59 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 89 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.21 |
| HSL | 78.58º | 0.52% | 0.57% | - |
| HSV(B) | 78.58º | 0.56% | 0.79% | - |
| XYZ | 38.86 | 51.18 | 17.28 | - |
| YUV | 178.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 89 | 0.17 | 0 | 0.56 | 0.21 | 78.58 | 0.52 | 0.57 |
| Hex | A7 | CA | 59 | 11 | 0 | 38 | 15 | 4F | 34 | 39 |
| Octal | 247 | 312 | 131 | 21 | 0 | 70 | 25 | 117 | 64 | 71 |
| Binary | 10100111 | 11001010 | 1011001 | 10001 | 0 | 111000 | 10101 | 1001111 | 110100 | 111001 |
Color Harmonies of #A7CA59
Complementary color
Monochromatic Colors of #A7CA59
Black with #A7CA59
Text Example
Text Example
White with #A7CA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA59; }
p { color: rgb(167,202,89); }
H1.HeaderClassName
{
color: #A7CA59;
}
.AnyTagClassName
{
color: #A7CA59;
}
</style>
background-color css
<style>
a { background-color: #A7CA59; }
a { background-color: rgb(167,202,89); }
div.DivClassName
{
background-color: #A7CA59;
}
.BgClassName
{
background-color: #A7CA59;
}
</style>
border-color css
<style>
span { border-color: #A7CA59; }
span { border-color: rgb(167,202,89); }
td.TdClassName
{
border-color: #A7CA59;
}
.TagClassName
{
border-color: #A7CA59;
}
</style>