Shades of Conifer #A7C85D
Tints of Conifer #A7C85D
RGB
CMYK
RGB Variations
Color information
#A7C85D (or 0xA7C85D) is known color: Conifer. HEX triplet: A7, C8 and 5D. RGB value is (167,200,93). Sum of RGB (Red+Green+Blue) = 167+200+93=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C85D is #5837A2. Grayscale: #B2B2B2. Windows color (decimal): -5781411 or 6146215. OLE color: 6146215.
HSL color Cylindrical-coordinate representation of color #A7C85D: hue angle of 78.5º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7C85D is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 200 | 93 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.22 |
| HSL | 78.5º | 0.49% | 0.57% | - |
| HSV(B) | 78.5º | 0.54% | 0.78% | - |
| XYZ | 38.57 | 50.31 | 18.03 | - |
| YUV | 177.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 200 | 93 | 0.16 | 0 | 0.54 | 0.22 | 78.5 | 0.49 | 0.57 |
| Hex | A7 | C8 | 5D | 10 | 0 | 36 | 16 | 4F | 31 | 39 |
| Octal | 247 | 310 | 135 | 20 | 0 | 66 | 26 | 117 | 61 | 71 |
| Binary | 10100111 | 11001000 | 1011101 | 10000 | 0 | 110110 | 10110 | 1001111 | 110001 | 111001 |
Color Harmonies of #A7C85D
Complementary color
Monochromatic Colors of #A7C85D
Black with #A7C85D
Text Example
Text Example
White with #A7C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C85D; }
p { color: rgb(167,200,93); }
H1.HeaderClassName
{
color: #A7C85D;
}
.AnyTagClassName
{
color: #A7C85D;
}
</style>
background-color css
<style>
a { background-color: #A7C85D; }
a { background-color: rgb(167,200,93); }
div.DivClassName
{
background-color: #A7C85D;
}
.BgClassName
{
background-color: #A7C85D;
}
</style>
border-color css
<style>
span { border-color: #A7C85D; }
span { border-color: rgb(167,200,93); }
td.TdClassName
{
border-color: #A7C85D;
}
.TagClassName
{
border-color: #A7C85D;
}
</style>