Shades of Conifer #A7D059
Tints of Conifer #A7D059
RGB
CMYK
RGB Variations
Color information
#A7D059 (or 0xA7D059) is known color: Conifer. HEX triplet: A7, D0 and 59. RGB value is (167,208,89). Sum of RGB (Red+Green+Blue) = 167+208+89=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D059 is #582FA6. Grayscale: #B6B6B6. Windows color (decimal): -5779367 or 5886119. OLE color: 5886119.
HSL color Cylindrical-coordinate representation of color #A7D059: hue angle of 80.67º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7D059 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 208 | 89 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.18 |
| HSL | 80.67º | 0.56% | 0.58% | - |
| HSV(B) | 80.67º | 0.57% | 0.82% | - |
| XYZ | 40.3 | 54.05 | 17.76 | - |
| YUV | 182.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 89 | 0.20 | 0 | 0.57 | 0.18 | 80.67 | 0.56 | 0.58 |
| Hex | A7 | D0 | 59 | 14 | 0 | 39 | 12 | 51 | 38 | 3A |
| Octal | 247 | 320 | 131 | 24 | 0 | 71 | 22 | 121 | 70 | 72 |
| Binary | 10100111 | 11010000 | 1011001 | 10100 | 0 | 111001 | 10010 | 1010001 | 111000 | 111010 |
Color Harmonies of #A7D059
Complementary color
Monochromatic Colors of #A7D059
Black with #A7D059
Text Example
Text Example
White with #A7D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D059; }
p { color: rgb(167,208,89); }
H1.HeaderClassName
{
color: #A7D059;
}
.AnyTagClassName
{
color: #A7D059;
}
</style>
background-color css
<style>
a { background-color: #A7D059; }
a { background-color: rgb(167,208,89); }
div.DivClassName
{
background-color: #A7D059;
}
.BgClassName
{
background-color: #A7D059;
}
</style>
border-color css
<style>
span { border-color: #A7D059; }
span { border-color: rgb(167,208,89); }
td.TdClassName
{
border-color: #A7D059;
}
.TagClassName
{
border-color: #A7D059;
}
</style>