Shades of Conifer #ADE049
Tints of Conifer #ADE049
RGB
CMYK
RGB Variations
Color information
#ADE049 (or 0xADE049) is known color: Conifer. HEX triplet: AD, E0 and 49. RGB value is (173,224,73). Sum of RGB (Red+Green+Blue) = 173+224+73=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE049 is #521FB6. Grayscale: #C0C0C0. Windows color (decimal): -5382071 or 4841645. OLE color: 4841645.
HSL color Cylindrical-coordinate representation of color #ADE049: hue angle of 80.26º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADE049 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 73 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.12 |
| HSL | 80.26º | 0.71% | 0.58% | - |
| HSV(B) | 80.26º | 0.67% | 0.88% | - |
| XYZ | 45.09 | 62.68 | 16.02 | - |
| YUV | 191.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 73 | 0.23 | 0 | 0.67 | 0.12 | 80.26 | 0.71 | 0.58 |
| Hex | AD | E0 | 49 | 17 | 0 | 43 | C | 50 | 47 | 3A |
| Octal | 255 | 340 | 111 | 27 | 0 | 103 | 14 | 120 | 107 | 72 |
| Binary | 10101101 | 11100000 | 1001001 | 10111 | 0 | 1000011 | 1100 | 1010000 | 1000111 | 111010 |
Color Harmonies of #ADE049
Complementary color
Monochromatic Colors of #ADE049
Black with #ADE049
Text Example
Text Example
White with #ADE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE049; }
p { color: rgb(173,224,73); }
H1.HeaderClassName
{
color: #ADE049;
}
.AnyTagClassName
{
color: #ADE049;
}
</style>
background-color css
<style>
a { background-color: #ADE049; }
a { background-color: rgb(173,224,73); }
div.DivClassName
{
background-color: #ADE049;
}
.BgClassName
{
background-color: #ADE049;
}
</style>
border-color css
<style>
span { border-color: #ADE049; }
span { border-color: rgb(173,224,73); }
td.TdClassName
{
border-color: #ADE049;
}
.TagClassName
{
border-color: #ADE049;
}
</style>