Shades of Conifer #ADE549
Tints of Conifer #ADE549
RGB
CMYK
RGB Variations
Color information
#ADE549 (or 0xADE549) is known color: Conifer. HEX triplet: AD, E5 and 49. RGB value is (173,229,73). Sum of RGB (Red+Green+Blue) = 173+229+73=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE549 is #521AB6. Grayscale: #C3C3C3. Windows color (decimal): -5380791 or 4842925. OLE color: 4842925.
HSL color Cylindrical-coordinate representation of color #ADE549: hue angle of 81.54º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE549 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 73 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.10 |
| HSL | 81.54º | 0.75% | 0.59% | - |
| HSV(B) | 81.54º | 0.68% | 0.9% | - |
| XYZ | 46.46 | 65.4 | 16.48 | - |
| YUV | 194.47 | 59.45 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 73 | 0.24 | 0 | 0.68 | 0.10 | 81.54 | 0.75 | 0.59 |
| Hex | AD | E5 | 49 | 18 | 0 | 44 | A | 52 | 4B | 3B |
| Octal | 255 | 345 | 111 | 30 | 0 | 104 | 12 | 122 | 113 | 73 |
| Binary | 10101101 | 11100101 | 1001001 | 11000 | 0 | 1000100 | 1010 | 1010010 | 1001011 | 111011 |
Color Harmonies of #ADE549
Complementary color
Monochromatic Colors of #ADE549
Black with #ADE549
Text Example
Text Example
White with #ADE549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE549; }
p { color: rgb(173,229,73); }
H1.HeaderClassName
{
color: #ADE549;
}
.AnyTagClassName
{
color: #ADE549;
}
</style>
background-color css
<style>
a { background-color: #ADE549; }
a { background-color: rgb(173,229,73); }
div.DivClassName
{
background-color: #ADE549;
}
.BgClassName
{
background-color: #ADE549;
}
</style>
border-color css
<style>
span { border-color: #ADE549; }
span { border-color: rgb(173,229,73); }
td.TdClassName
{
border-color: #ADE549;
}
.TagClassName
{
border-color: #ADE549;
}
</style>