Shades of Conifer #A0DF49
Tints of Conifer #A0DF49
RGB
CMYK
RGB Variations
Color information
#A0DF49 (or 0xA0DF49) is known color: Conifer. HEX triplet: A0, DF and 49. RGB value is (160,223,73). Sum of RGB (Red+Green+Blue) = 160+223+73=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF49 is #5F20B6. Grayscale: #BBBBBB. Windows color (decimal): -6234295 or 4841376. OLE color: 4841376.
HSL color Cylindrical-coordinate representation of color #A0DF49: hue angle of 85.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0DF49 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 73 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.13 |
| HSL | 85.2º | 0.7% | 0.58% | - |
| HSV(B) | 85.2º | 0.67% | 0.87% | - |
| XYZ | 42.09 | 60.73 | 15.81 | - |
| YUV | 187.06 | 63.63 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 73 | 0.28 | 0 | 0.67 | 0.13 | 85.2 | 0.7 | 0.58 |
| Hex | A0 | DF | 49 | 1C | 0 | 43 | D | 55 | 46 | 3A |
| Octal | 240 | 337 | 111 | 34 | 0 | 103 | 15 | 125 | 106 | 72 |
| Binary | 10100000 | 11011111 | 1001001 | 11100 | 0 | 1000011 | 1101 | 1010101 | 1000110 | 111010 |
Color Harmonies of #A0DF49
Complementary color
Monochromatic Colors of #A0DF49
Black with #A0DF49
Text Example
Text Example
White with #A0DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF49; }
p { color: rgb(160,223,73); }
H1.HeaderClassName
{
color: #A0DF49;
}
.AnyTagClassName
{
color: #A0DF49;
}
</style>
background-color css
<style>
a { background-color: #A0DF49; }
a { background-color: rgb(160,223,73); }
div.DivClassName
{
background-color: #A0DF49;
}
.BgClassName
{
background-color: #A0DF49;
}
</style>
border-color css
<style>
span { border-color: #A0DF49; }
span { border-color: rgb(160,223,73); }
td.TdClassName
{
border-color: #A0DF49;
}
.TagClassName
{
border-color: #A0DF49;
}
</style>