Shades of Conifer #A9DB62
Tints of Conifer #A9DB62
RGB
CMYK
RGB Variations
Color information
#A9DB62 (or 0xA9DB62) is known color: Conifer. HEX triplet: A9, DB and 62. RGB value is (169,219,98). Sum of RGB (Red+Green+Blue) = 169+219+98=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DB62 is #56249D. Grayscale: #BEBEBE. Windows color (decimal): -5645470 or 6478761. OLE color: 6478761.
HSL color Cylindrical-coordinate representation of color #A9DB62: hue angle of 84.79º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9DB62 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 98 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.14 |
| HSL | 84.79º | 0.63% | 0.62% | - |
| HSV(B) | 84.79º | 0.55% | 0.86% | - |
| XYZ | 43.9 | 59.98 | 20.82 | - |
| YUV | 190.26 | 75.94 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 98 | 0.23 | 0 | 0.55 | 0.14 | 84.79 | 0.63 | 0.62 |
| Hex | A9 | DB | 62 | 17 | 0 | 37 | E | 55 | 3F | 3E |
| Octal | 251 | 333 | 142 | 27 | 0 | 67 | 16 | 125 | 77 | 76 |
| Binary | 10101001 | 11011011 | 1100010 | 10111 | 0 | 110111 | 1110 | 1010101 | 111111 | 111110 |
Color Harmonies of #A9DB62
Complementary color
Monochromatic Colors of #A9DB62
Black with #A9DB62
Text Example
Text Example
White with #A9DB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB62; }
p { color: rgb(169,219,98); }
H1.HeaderClassName
{
color: #A9DB62;
}
.AnyTagClassName
{
color: #A9DB62;
}
</style>
background-color css
<style>
a { background-color: #A9DB62; }
a { background-color: rgb(169,219,98); }
div.DivClassName
{
background-color: #A9DB62;
}
.BgClassName
{
background-color: #A9DB62;
}
</style>
border-color css
<style>
span { border-color: #A9DB62; }
span { border-color: rgb(169,219,98); }
td.TdClassName
{
border-color: #A9DB62;
}
.TagClassName
{
border-color: #A9DB62;
}
</style>