Shades of Conifer #A9DB44
Tints of Conifer #A9DB44
RGB
CMYK
RGB Variations
Color information
#A9DB44 (or 0xA9DB44) is known color: Conifer. HEX triplet: A9, DB and 44. RGB value is (169,219,68). Sum of RGB (Red+Green+Blue) = 169+219+68=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DB44 is #5624BB. Grayscale: #BBBBBB. Windows color (decimal): -5645500 or 4512681. OLE color: 4512681.
HSL color Cylindrical-coordinate representation of color #A9DB44: hue angle of 79.87º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9DB44 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 68 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.14 |
| HSL | 79.87º | 0.68% | 0.56% | - |
| HSV(B) | 79.87º | 0.69% | 0.86% | - |
| XYZ | 42.74 | 59.52 | 14.7 | - |
| YUV | 186.84 | 60.94 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 68 | 0.23 | 0 | 0.69 | 0.14 | 79.87 | 0.68 | 0.56 |
| Hex | A9 | DB | 44 | 17 | 0 | 45 | E | 50 | 44 | 38 |
| Octal | 251 | 333 | 104 | 27 | 0 | 105 | 16 | 120 | 104 | 70 |
| Binary | 10101001 | 11011011 | 1000100 | 10111 | 0 | 1000101 | 1110 | 1010000 | 1000100 | 111000 |
Color Harmonies of #A9DB44
Complementary color
Monochromatic Colors of #A9DB44
Black with #A9DB44
Text Example
Text Example
White with #A9DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB44; }
p { color: rgb(169,219,68); }
H1.HeaderClassName
{
color: #A9DB44;
}
.AnyTagClassName
{
color: #A9DB44;
}
</style>
background-color css
<style>
a { background-color: #A9DB44; }
a { background-color: rgb(169,219,68); }
div.DivClassName
{
background-color: #A9DB44;
}
.BgClassName
{
background-color: #A9DB44;
}
</style>
border-color css
<style>
span { border-color: #A9DB44; }
span { border-color: rgb(169,219,68); }
td.TdClassName
{
border-color: #A9DB44;
}
.TagClassName
{
border-color: #A9DB44;
}
</style>