Shades of Conifer #A7D949
Tints of Conifer #A7D949
RGB
CMYK
RGB Variations
Color information
#A7D949 (or 0xA7D949) is known color: Conifer. HEX triplet: A7, D9 and 49. RGB value is (167,217,73). Sum of RGB (Red+Green+Blue) = 167+217+73=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D949 is #5826B6. Grayscale: #BABABA. Windows color (decimal): -5777079 or 4839847. OLE color: 4839847.
HSL color Cylindrical-coordinate representation of color #A7D949: hue angle of 80.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7D949 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 217 | 73 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.15 |
| HSL | 80.83º | 0.65% | 0.57% | - |
| HSV(B) | 80.83º | 0.66% | 0.85% | - |
| XYZ | 41.95 | 58.32 | 15.35 | - |
| YUV | 185.63 | 64.44 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 217 | 73 | 0.23 | 0 | 0.66 | 0.15 | 80.83 | 0.65 | 0.57 |
| Hex | A7 | D9 | 49 | 17 | 0 | 42 | F | 51 | 41 | 39 |
| Octal | 247 | 331 | 111 | 27 | 0 | 102 | 17 | 121 | 101 | 71 |
| Binary | 10100111 | 11011001 | 1001001 | 10111 | 0 | 1000010 | 1111 | 1010001 | 1000001 | 111001 |
Color Harmonies of #A7D949
Complementary color
Monochromatic Colors of #A7D949
Black with #A7D949
Text Example
Text Example
White with #A7D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D949; }
p { color: rgb(167,217,73); }
H1.HeaderClassName
{
color: #A7D949;
}
.AnyTagClassName
{
color: #A7D949;
}
</style>
background-color css
<style>
a { background-color: #A7D949; }
a { background-color: rgb(167,217,73); }
div.DivClassName
{
background-color: #A7D949;
}
.BgClassName
{
background-color: #A7D949;
}
</style>
border-color css
<style>
span { border-color: #A7D949; }
span { border-color: rgb(167,217,73); }
td.TdClassName
{
border-color: #A7D949;
}
.TagClassName
{
border-color: #A7D949;
}
</style>