Shades of Conifer #A2DB49
Tints of Conifer #A2DB49
RGB
CMYK
RGB Variations
Color information
#A2DB49 (or 0xA2DB49) is known color: Conifer. HEX triplet: A2, DB and 49. RGB value is (162,219,73). Sum of RGB (Red+Green+Blue) = 162+219+73=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB49 is #5D24B6. Grayscale: #B9B9B9. Windows color (decimal): -6104247 or 4840354. OLE color: 4840354.
HSL color Cylindrical-coordinate representation of color #A2DB49: hue angle of 83.42º 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 #A2DB49 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 73 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.14 |
| HSL | 83.42º | 0.67% | 0.57% | - |
| HSV(B) | 83.42º | 0.67% | 0.86% | - |
| XYZ | 41.43 | 58.83 | 15.47 | - |
| YUV | 185.31 | 64.62 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 73 | 0.26 | 0 | 0.67 | 0.14 | 83.42 | 0.67 | 0.57 |
| Hex | A2 | DB | 49 | 1A | 0 | 43 | E | 53 | 43 | 39 |
| Octal | 242 | 333 | 111 | 32 | 0 | 103 | 16 | 123 | 103 | 71 |
| Binary | 10100010 | 11011011 | 1001001 | 11010 | 0 | 1000011 | 1110 | 1010011 | 1000011 | 111001 |
Color Harmonies of #A2DB49
Complementary color
Monochromatic Colors of #A2DB49
Black with #A2DB49
Text Example
Text Example
White with #A2DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB49; }
p { color: rgb(162,219,73); }
H1.HeaderClassName
{
color: #A2DB49;
}
.AnyTagClassName
{
color: #A2DB49;
}
</style>
background-color css
<style>
a { background-color: #A2DB49; }
a { background-color: rgb(162,219,73); }
div.DivClassName
{
background-color: #A2DB49;
}
.BgClassName
{
background-color: #A2DB49;
}
</style>
border-color css
<style>
span { border-color: #A2DB49; }
span { border-color: rgb(162,219,73); }
td.TdClassName
{
border-color: #A2DB49;
}
.TagClassName
{
border-color: #A2DB49;
}
</style>