Shades of Conifer #ADE249
Tints of Conifer #ADE249
RGB
CMYK
RGB Variations
Color information
#ADE249 (or 0xADE249) is known color: Conifer. HEX triplet: AD, E2 and 49. RGB value is (173,226,73). Sum of RGB (Red+Green+Blue) = 173+226+73=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE249 is #521DB6. Grayscale: #C1C1C1. Windows color (decimal): -5381559 or 4842157. OLE color: 4842157.
HSL color Cylindrical-coordinate representation of color #ADE249: hue angle of 80.78º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE249 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 73 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.11 |
| HSL | 80.78º | 0.73% | 0.59% | - |
| HSV(B) | 80.78º | 0.68% | 0.89% | - |
| XYZ | 45.63 | 63.76 | 16.2 | - |
| YUV | 192.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 73 | 0.23 | 0 | 0.68 | 0.11 | 80.78 | 0.73 | 0.59 |
| Hex | AD | E2 | 49 | 17 | 0 | 44 | B | 51 | 49 | 3B |
| Octal | 255 | 342 | 111 | 27 | 0 | 104 | 13 | 121 | 111 | 73 |
| Binary | 10101101 | 11100010 | 1001001 | 10111 | 0 | 1000100 | 1011 | 1010001 | 1001001 | 111011 |
Color Harmonies of #ADE249
Complementary color
Monochromatic Colors of #ADE249
Black with #ADE249
Text Example
Text Example
White with #ADE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE249; }
p { color: rgb(173,226,73); }
H1.HeaderClassName
{
color: #ADE249;
}
.AnyTagClassName
{
color: #ADE249;
}
</style>
background-color css
<style>
a { background-color: #ADE249; }
a { background-color: rgb(173,226,73); }
div.DivClassName
{
background-color: #ADE249;
}
.BgClassName
{
background-color: #ADE249;
}
</style>
border-color css
<style>
span { border-color: #ADE249; }
span { border-color: rgb(173,226,73); }
td.TdClassName
{
border-color: #ADE249;
}
.TagClassName
{
border-color: #ADE249;
}
</style>