Shades of Conifer #A7DC4A
Tints of Conifer #A7DC4A
RGB
CMYK
RGB Variations
Color information
#A7DC4A (or 0xA7DC4A) is known color: Conifer. HEX triplet: A7, DC and 4A. RGB value is (167,220,74). Sum of RGB (Red+Green+Blue) = 167+220+74=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DC4A is #5823B5. Grayscale: #BCBCBC. Windows color (decimal): -5776310 or 4906151. OLE color: 4906151.
HSL color Cylindrical-coordinate representation of color #A7DC4A: hue angle of 81.78º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7DC4A is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 74 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.14 |
| HSL | 81.78º | 0.68% | 0.58% | - |
| HSV(B) | 81.78º | 0.66% | 0.86% | - |
| XYZ | 42.77 | 59.9 | 15.79 | - |
| YUV | 187.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 74 | 0.24 | 0 | 0.66 | 0.14 | 81.78 | 0.68 | 0.58 |
| Hex | A7 | DC | 4A | 18 | 0 | 42 | E | 52 | 44 | 3A |
| Octal | 247 | 334 | 112 | 30 | 0 | 102 | 16 | 122 | 104 | 72 |
| Binary | 10100111 | 11011100 | 1001010 | 11000 | 0 | 1000010 | 1110 | 1010010 | 1000100 | 111010 |
Color Harmonies of #A7DC4A
Complementary color
Monochromatic Colors of #A7DC4A
Black with #A7DC4A
Text Example
Text Example
White with #A7DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DC4A; }
p { color: rgb(167,220,74); }
H1.HeaderClassName
{
color: #A7DC4A;
}
.AnyTagClassName
{
color: #A7DC4A;
}
</style>
background-color css
<style>
a { background-color: #A7DC4A; }
a { background-color: rgb(167,220,74); }
div.DivClassName
{
background-color: #A7DC4A;
}
.BgClassName
{
background-color: #A7DC4A;
}
</style>
border-color css
<style>
span { border-color: #A7DC4A; }
span { border-color: rgb(167,220,74); }
td.TdClassName
{
border-color: #A7DC4A;
}
.TagClassName
{
border-color: #A7DC4A;
}
</style>