Shades of Conifer #A7DF49
Tints of Conifer #A7DF49
RGB
CMYK
RGB Variations
Color information
#A7DF49 (or 0xA7DF49) is known color: Conifer. HEX triplet: A7, DF and 49. RGB value is (167,223,73). Sum of RGB (Red+Green+Blue) = 167+223+73=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DF49 is #5820B6. Grayscale: #BDBDBD. Windows color (decimal): -5775543 or 4841383. OLE color: 4841383.
HSL color Cylindrical-coordinate representation of color #A7DF49: hue angle of 82.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7DF49 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 73 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.13 |
| HSL | 82.4º | 0.7% | 0.58% | - |
| HSV(B) | 82.4º | 0.67% | 0.87% | - |
| XYZ | 43.53 | 61.47 | 15.87 | - |
| YUV | 189.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 73 | 0.25 | 0 | 0.67 | 0.13 | 82.4 | 0.7 | 0.58 |
| Hex | A7 | DF | 49 | 19 | 0 | 43 | D | 52 | 46 | 3A |
| Octal | 247 | 337 | 111 | 31 | 0 | 103 | 15 | 122 | 106 | 72 |
| Binary | 10100111 | 11011111 | 1001001 | 11001 | 0 | 1000011 | 1101 | 1010010 | 1000110 | 111010 |
Color Harmonies of #A7DF49
Complementary color
Monochromatic Colors of #A7DF49
Black with #A7DF49
Text Example
Text Example
White with #A7DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF49; }
p { color: rgb(167,223,73); }
H1.HeaderClassName
{
color: #A7DF49;
}
.AnyTagClassName
{
color: #A7DF49;
}
</style>
background-color css
<style>
a { background-color: #A7DF49; }
a { background-color: rgb(167,223,73); }
div.DivClassName
{
background-color: #A7DF49;
}
.BgClassName
{
background-color: #A7DF49;
}
</style>
border-color css
<style>
span { border-color: #A7DF49; }
span { border-color: rgb(167,223,73); }
td.TdClassName
{
border-color: #A7DF49;
}
.TagClassName
{
border-color: #A7DF49;
}
</style>