Shades of Conifer #A7DC5A
Tints of Conifer #A7DC5A
RGB
CMYK
RGB Variations
Color information
#A7DC5A (or 0xA7DC5A) is known color: Conifer. HEX triplet: A7, DC and 5A. RGB value is (167,220,90). Sum of RGB (Red+Green+Blue) = 167+220+90=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC5A is #5823A5. Grayscale: #BDBDBD. Windows color (decimal): -5776294 or 5954727. OLE color: 5954727.
HSL color Cylindrical-coordinate representation of color #A7DC5A: hue angle of 84.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7DC5A is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 90 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.14 |
| HSL | 84.46º | 0.65% | 0.61% | - |
| HSV(B) | 84.46º | 0.59% | 0.86% | - |
| XYZ | 43.38 | 60.14 | 18.99 | - |
| YUV | 189.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 90 | 0.24 | 0 | 0.59 | 0.14 | 84.46 | 0.65 | 0.61 |
| Hex | A7 | DC | 5A | 18 | 0 | 3B | E | 54 | 41 | 3D |
| Octal | 247 | 334 | 132 | 30 | 0 | 73 | 16 | 124 | 101 | 75 |
| Binary | 10100111 | 11011100 | 1011010 | 11000 | 0 | 111011 | 1110 | 1010100 | 1000001 | 111101 |
Color Harmonies of #A7DC5A
Complementary color
Monochromatic Colors of #A7DC5A
Black with #A7DC5A
Text Example
Text Example
White with #A7DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DC5A; }
p { color: rgb(167,220,90); }
H1.HeaderClassName
{
color: #A7DC5A;
}
.AnyTagClassName
{
color: #A7DC5A;
}
</style>
background-color css
<style>
a { background-color: #A7DC5A; }
a { background-color: rgb(167,220,90); }
div.DivClassName
{
background-color: #A7DC5A;
}
.BgClassName
{
background-color: #A7DC5A;
}
</style>
border-color css
<style>
span { border-color: #A7DC5A; }
span { border-color: rgb(167,220,90); }
td.TdClassName
{
border-color: #A7DC5A;
}
.TagClassName
{
border-color: #A7DC5A;
}
</style>