Shades of Conifer #A7DC6A
Tints of Conifer #A7DC6A
RGB
CMYK
RGB Variations
Color information
#A7DC6A (or 0xA7DC6A) is known color: Conifer. HEX triplet: A7, DC and 6A. RGB value is (167,220,106). Sum of RGB (Red+Green+Blue) = 167+220+106=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC6A is #582395. Grayscale: #BFBFBF. Windows color (decimal): -5776278 or 7003303. OLE color: 7003303.
HSL color Cylindrical-coordinate representation of color #A7DC6A: hue angle of 87.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7DC6A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 106 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.14 |
| HSL | 87.89º | 0.62% | 0.64% | - |
| HSV(B) | 87.89º | 0.52% | 0.86% | - |
| XYZ | 44.13 | 60.44 | 22.98 | - |
| YUV | 191.16 | 79.94 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 106 | 0.24 | 0 | 0.52 | 0.14 | 87.89 | 0.62 | 0.64 |
| Hex | A7 | DC | 6A | 18 | 0 | 34 | E | 58 | 3E | 40 |
| Octal | 247 | 334 | 152 | 30 | 0 | 64 | 16 | 130 | 76 | 100 |
| Binary | 10100111 | 11011100 | 1101010 | 11000 | 0 | 110100 | 1110 | 1011000 | 111110 | 1000000 |
Color Harmonies of #A7DC6A
Complementary color
Monochromatic Colors of #A7DC6A
Black with #A7DC6A
Text Example
Text Example
White with #A7DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DC6A; }
p { color: rgb(167,220,106); }
H1.HeaderClassName
{
color: #A7DC6A;
}
.AnyTagClassName
{
color: #A7DC6A;
}
</style>
background-color css
<style>
a { background-color: #A7DC6A; }
a { background-color: rgb(167,220,106); }
div.DivClassName
{
background-color: #A7DC6A;
}
.BgClassName
{
background-color: #A7DC6A;
}
</style>
border-color css
<style>
span { border-color: #A7DC6A; }
span { border-color: rgb(167,220,106); }
td.TdClassName
{
border-color: #A7DC6A;
}
.TagClassName
{
border-color: #A7DC6A;
}
</style>