Shades of Conifer #A9DA4E
Tints of Conifer #A9DA4E
RGB
CMYK
RGB Variations
Color information
#A9DA4E (or 0xA9DA4E) is known color: Conifer. HEX triplet: A9, DA and 4E. RGB value is (169,218,78). Sum of RGB (Red+Green+Blue) = 169+218+78=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DA4E is #5625B1. Grayscale: #BBBBBB. Windows color (decimal): -5645746 or 5167785. OLE color: 5167785.
HSL color Cylindrical-coordinate representation of color #A9DA4E: hue angle of 81º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9DA4E is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 78 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.15 |
| HSL | 81º | 0.65% | 0.58% | - |
| HSV(B) | 81º | 0.64% | 0.85% | - |
| XYZ | 42.81 | 59.13 | 16.36 | - |
| YUV | 187.39 | 66.27 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 78 | 0.22 | 0 | 0.64 | 0.15 | 81 | 0.65 | 0.58 |
| Hex | A9 | DA | 4E | 16 | 0 | 40 | F | 51 | 41 | 3A |
| Octal | 251 | 332 | 116 | 26 | 0 | 100 | 17 | 121 | 101 | 72 |
| Binary | 10101001 | 11011010 | 1001110 | 10110 | 0 | 1000000 | 1111 | 1010001 | 1000001 | 111010 |
Color Harmonies of #A9DA4E
Complementary color
Monochromatic Colors of #A9DA4E
Black with #A9DA4E
Text Example
Text Example
White with #A9DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DA4E; }
p { color: rgb(169,218,78); }
H1.HeaderClassName
{
color: #A9DA4E;
}
.AnyTagClassName
{
color: #A9DA4E;
}
</style>
background-color css
<style>
a { background-color: #A9DA4E; }
a { background-color: rgb(169,218,78); }
div.DivClassName
{
background-color: #A9DA4E;
}
.BgClassName
{
background-color: #A9DA4E;
}
</style>
border-color css
<style>
span { border-color: #A9DA4E; }
span { border-color: rgb(169,218,78); }
td.TdClassName
{
border-color: #A9DA4E;
}
.TagClassName
{
border-color: #A9DA4E;
}
</style>