Shades of Conifer #A7DC5E
Tints of Conifer #A7DC5E
RGB
CMYK
RGB Variations
Color information
#A7DC5E (or 0xA7DC5E) is known color: Conifer. HEX triplet: A7, DC and 5E. RGB value is (167,220,94). Sum of RGB (Red+Green+Blue) = 167+220+94=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC5E is #5823A1. Grayscale: #BEBEBE. Windows color (decimal): -5776290 or 6216871. OLE color: 6216871.
HSL color Cylindrical-coordinate representation of color #A7DC5E: hue angle of 85.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7DC5E is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 94 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.14 |
| HSL | 85.24º | 0.64% | 0.62% | - |
| HSV(B) | 85.24º | 0.57% | 0.86% | - |
| XYZ | 43.55 | 60.21 | 19.92 | - |
| YUV | 189.79 | 73.94 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 94 | 0.24 | 0 | 0.57 | 0.14 | 85.24 | 0.64 | 0.62 |
| Hex | A7 | DC | 5E | 18 | 0 | 39 | E | 55 | 40 | 3E |
| Octal | 247 | 334 | 136 | 30 | 0 | 71 | 16 | 125 | 100 | 76 |
| Binary | 10100111 | 11011100 | 1011110 | 11000 | 0 | 111001 | 1110 | 1010101 | 1000000 | 111110 |
Color Harmonies of #A7DC5E
Complementary color
Monochromatic Colors of #A7DC5E
Black with #A7DC5E
Text Example
Text Example
White with #A7DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DC5E; }
p { color: rgb(167,220,94); }
H1.HeaderClassName
{
color: #A7DC5E;
}
.AnyTagClassName
{
color: #A7DC5E;
}
</style>
background-color css
<style>
a { background-color: #A7DC5E; }
a { background-color: rgb(167,220,94); }
div.DivClassName
{
background-color: #A7DC5E;
}
.BgClassName
{
background-color: #A7DC5E;
}
</style>
border-color css
<style>
span { border-color: #A7DC5E; }
span { border-color: rgb(167,220,94); }
td.TdClassName
{
border-color: #A7DC5E;
}
.TagClassName
{
border-color: #A7DC5E;
}
</style>