Shades of Conifer #A9DB54
Tints of Conifer #A9DB54
RGB
CMYK
RGB Variations
Color information
#A9DB54 (or 0xA9DB54) is known color: Conifer. HEX triplet: A9, DB and 54. RGB value is (169,219,84). Sum of RGB (Red+Green+Blue) = 169+219+84=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DB54 is #5624AB. Grayscale: #BDBDBD. Windows color (decimal): -5645484 or 5561257. OLE color: 5561257.
HSL color Cylindrical-coordinate representation of color #A9DB54: hue angle of 82.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9DB54 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 84 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.14 |
| HSL | 82.22º | 0.65% | 0.59% | - |
| HSV(B) | 82.22º | 0.62% | 0.86% | - |
| XYZ | 43.29 | 59.74 | 17.64 | - |
| YUV | 188.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 84 | 0.23 | 0 | 0.62 | 0.14 | 82.22 | 0.65 | 0.59 |
| Hex | A9 | DB | 54 | 17 | 0 | 3E | E | 52 | 41 | 3B |
| Octal | 251 | 333 | 124 | 27 | 0 | 76 | 16 | 122 | 101 | 73 |
| Binary | 10101001 | 11011011 | 1010100 | 10111 | 0 | 111110 | 1110 | 1010010 | 1000001 | 111011 |
Color Harmonies of #A9DB54
Complementary color
Monochromatic Colors of #A9DB54
Black with #A9DB54
Text Example
Text Example
White with #A9DB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB54; }
p { color: rgb(169,219,84); }
H1.HeaderClassName
{
color: #A9DB54;
}
.AnyTagClassName
{
color: #A9DB54;
}
</style>
background-color css
<style>
a { background-color: #A9DB54; }
a { background-color: rgb(169,219,84); }
div.DivClassName
{
background-color: #A9DB54;
}
.BgClassName
{
background-color: #A9DB54;
}
</style>
border-color css
<style>
span { border-color: #A9DB54; }
span { border-color: rgb(169,219,84); }
td.TdClassName
{
border-color: #A9DB54;
}
.TagClassName
{
border-color: #A9DB54;
}
</style>