Shades of Conifer #A7CA5D
Tints of Conifer #A7CA5D
RGB
CMYK
RGB Variations
Color information
#A7CA5D (or 0xA7CA5D) is known color: Conifer. HEX triplet: A7, CA and 5D. RGB value is (167,202,93). Sum of RGB (Red+Green+Blue) = 167+202+93=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA5D is #5835A2. Grayscale: #B3B3B3. Windows color (decimal): -5780899 or 6146727. OLE color: 6146727.
HSL color Cylindrical-coordinate representation of color #A7CA5D: hue angle of 79.27º 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 #A7CA5D is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 93 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.21 |
| HSL | 79.27º | 0.51% | 0.58% | - |
| HSV(B) | 79.27º | 0.54% | 0.79% | - |
| XYZ | 39.03 | 51.25 | 18.19 | - |
| YUV | 179.11 | 79.4 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 93 | 0.17 | 0 | 0.54 | 0.21 | 79.27 | 0.51 | 0.58 |
| Hex | A7 | CA | 5D | 11 | 0 | 36 | 15 | 4F | 33 | 3A |
| Octal | 247 | 312 | 135 | 21 | 0 | 66 | 25 | 117 | 63 | 72 |
| Binary | 10100111 | 11001010 | 1011101 | 10001 | 0 | 110110 | 10101 | 1001111 | 110011 | 111010 |
Color Harmonies of #A7CA5D
Complementary color
Monochromatic Colors of #A7CA5D
Black with #A7CA5D
Text Example
Text Example
White with #A7CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA5D; }
p { color: rgb(167,202,93); }
H1.HeaderClassName
{
color: #A7CA5D;
}
.AnyTagClassName
{
color: #A7CA5D;
}
</style>
background-color css
<style>
a { background-color: #A7CA5D; }
a { background-color: rgb(167,202,93); }
div.DivClassName
{
background-color: #A7CA5D;
}
.BgClassName
{
background-color: #A7CA5D;
}
</style>
border-color css
<style>
span { border-color: #A7CA5D; }
span { border-color: rgb(167,202,93); }
td.TdClassName
{
border-color: #A7CA5D;
}
.TagClassName
{
border-color: #A7CA5D;
}
</style>