Shades of Conifer #A9DB48
Tints of Conifer #A9DB48
RGB
CMYK
RGB Variations
Color information
#A9DB48 (or 0xA9DB48) is known color: Conifer. HEX triplet: A9, DB and 48. RGB value is (169,219,72). Sum of RGB (Red+Green+Blue) = 169+219+72=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DB48 is #5624B7. Grayscale: #BBBBBB. Windows color (decimal): -5645496 or 4774825. OLE color: 4774825.
HSL color Cylindrical-coordinate representation of color #A9DB48: hue angle of 80.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9DB48 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 72 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.14 |
| HSL | 80.41º | 0.67% | 0.57% | - |
| HSV(B) | 80.41º | 0.67% | 0.86% | - |
| XYZ | 42.86 | 59.57 | 15.37 | - |
| YUV | 187.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 72 | 0.23 | 0 | 0.67 | 0.14 | 80.41 | 0.67 | 0.57 |
| Hex | A9 | DB | 48 | 17 | 0 | 43 | E | 50 | 43 | 39 |
| Octal | 251 | 333 | 110 | 27 | 0 | 103 | 16 | 120 | 103 | 71 |
| Binary | 10101001 | 11011011 | 1001000 | 10111 | 0 | 1000011 | 1110 | 1010000 | 1000011 | 111001 |
Color Harmonies of #A9DB48
Complementary color
Monochromatic Colors of #A9DB48
Black with #A9DB48
Text Example
Text Example
White with #A9DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB48; }
p { color: rgb(169,219,72); }
H1.HeaderClassName
{
color: #A9DB48;
}
.AnyTagClassName
{
color: #A9DB48;
}
</style>
background-color css
<style>
a { background-color: #A9DB48; }
a { background-color: rgb(169,219,72); }
div.DivClassName
{
background-color: #A9DB48;
}
.BgClassName
{
background-color: #A9DB48;
}
</style>
border-color css
<style>
span { border-color: #A9DB48; }
span { border-color: rgb(169,219,72); }
td.TdClassName
{
border-color: #A9DB48;
}
.TagClassName
{
border-color: #A9DB48;
}
</style>