Shades of Conifer #A4D059
Tints of Conifer #A4D059
RGB
CMYK
RGB Variations
Color information
#A4D059 (or 0xA4D059) is known color: Conifer. HEX triplet: A4, D0 and 59. RGB value is (164,208,89). Sum of RGB (Red+Green+Blue) = 164+208+89=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D059 is #5B2FA6. Grayscale: #B5B5B5. Windows color (decimal): -5975975 or 5886116. OLE color: 5886116.
HSL color Cylindrical-coordinate representation of color #A4D059: hue angle of 82.18º 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 #A4D059 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 89 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.18 |
| HSL | 82.18º | 0.56% | 0.58% | - |
| HSV(B) | 82.18º | 0.57% | 0.82% | - |
| XYZ | 39.67 | 53.73 | 17.73 | - |
| YUV | 181.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 89 | 0.21 | 0 | 0.57 | 0.18 | 82.18 | 0.56 | 0.58 |
| Hex | A4 | D0 | 59 | 15 | 0 | 39 | 12 | 52 | 38 | 3A |
| Octal | 244 | 320 | 131 | 25 | 0 | 71 | 22 | 122 | 70 | 72 |
| Binary | 10100100 | 11010000 | 1011001 | 10101 | 0 | 111001 | 10010 | 1010010 | 111000 | 111010 |
Color Harmonies of #A4D059
Complementary color
Monochromatic Colors of #A4D059
Black with #A4D059
Text Example
Text Example
White with #A4D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D059; }
p { color: rgb(164,208,89); }
H1.HeaderClassName
{
color: #A4D059;
}
.AnyTagClassName
{
color: #A4D059;
}
</style>
background-color css
<style>
a { background-color: #A4D059; }
a { background-color: rgb(164,208,89); }
div.DivClassName
{
background-color: #A4D059;
}
.BgClassName
{
background-color: #A4D059;
}
</style>
border-color css
<style>
span { border-color: #A4D059; }
span { border-color: rgb(164,208,89); }
td.TdClassName
{
border-color: #A4D059;
}
.TagClassName
{
border-color: #A4D059;
}
</style>