Shades of Conifer #A9D564
Tints of Conifer #A9D564
RGB
CMYK
RGB Variations
Color information
#A9D564 (or 0xA9D564) is known color: Conifer. HEX triplet: A9, D5 and 64. RGB value is (169,213,100). Sum of RGB (Red+Green+Blue) = 169+213+100=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D564 is #562A9B. Grayscale: #BBBBBB. Windows color (decimal): -5647004 or 6608297. OLE color: 6608297.
HSL color Cylindrical-coordinate representation of color #A9D564: hue angle of 83.36º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9D564 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 100 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.16 |
| HSL | 83.36º | 0.57% | 0.61% | - |
| HSV(B) | 83.36º | 0.53% | 0.84% | - |
| XYZ | 42.46 | 56.94 | 20.81 | - |
| YUV | 186.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 100 | 0.21 | 0 | 0.53 | 0.16 | 83.36 | 0.57 | 0.61 |
| Hex | A9 | D5 | 64 | 15 | 0 | 35 | 10 | 53 | 39 | 3D |
| Octal | 251 | 325 | 144 | 25 | 0 | 65 | 20 | 123 | 71 | 75 |
| Binary | 10101001 | 11010101 | 1100100 | 10101 | 0 | 110101 | 10000 | 1010011 | 111001 | 111101 |
Color Harmonies of #A9D564
Complementary color
Monochromatic Colors of #A9D564
Black with #A9D564
Text Example
Text Example
White with #A9D564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D564; }
p { color: rgb(169,213,100); }
H1.HeaderClassName
{
color: #A9D564;
}
.AnyTagClassName
{
color: #A9D564;
}
</style>
background-color css
<style>
a { background-color: #A9D564; }
a { background-color: rgb(169,213,100); }
div.DivClassName
{
background-color: #A9D564;
}
.BgClassName
{
background-color: #A9D564;
}
</style>
border-color css
<style>
span { border-color: #A9D564; }
span { border-color: rgb(169,213,100); }
td.TdClassName
{
border-color: #A9D564;
}
.TagClassName
{
border-color: #A9D564;
}
</style>