Shades of Conifer #ADE144
Tints of Conifer #ADE144
RGB
CMYK
RGB Variations
Color information
#ADE144 (or 0xADE144) is known color: Conifer. HEX triplet: AD, E1 and 44. RGB value is (173,225,68). Sum of RGB (Red+Green+Blue) = 173+225+68=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE144 is #521EBB. Grayscale: #C0C0C0. Windows color (decimal): -5381820 or 4514221. OLE color: 4514221.
HSL color Cylindrical-coordinate representation of color #ADE144: hue angle of 79.87º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADE144 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 68 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.12 |
| HSL | 79.87º | 0.72% | 0.57% | - |
| HSV(B) | 79.87º | 0.7% | 0.88% | - |
| XYZ | 45.2 | 63.15 | 15.28 | - |
| YUV | 191.55 | 58.27 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 68 | 0.23 | 0 | 0.70 | 0.12 | 79.87 | 0.72 | 0.57 |
| Hex | AD | E1 | 44 | 17 | 0 | 46 | C | 50 | 48 | 39 |
| Octal | 255 | 341 | 104 | 27 | 0 | 106 | 14 | 120 | 110 | 71 |
| Binary | 10101101 | 11100001 | 1000100 | 10111 | 0 | 1000110 | 1100 | 1010000 | 1001000 | 111001 |
Color Harmonies of #ADE144
Complementary color
Monochromatic Colors of #ADE144
Black with #ADE144
Text Example
Text Example
White with #ADE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE144; }
p { color: rgb(173,225,68); }
H1.HeaderClassName
{
color: #ADE144;
}
.AnyTagClassName
{
color: #ADE144;
}
</style>
background-color css
<style>
a { background-color: #ADE144; }
a { background-color: rgb(173,225,68); }
div.DivClassName
{
background-color: #ADE144;
}
.BgClassName
{
background-color: #ADE144;
}
</style>
border-color css
<style>
span { border-color: #ADE144; }
span { border-color: rgb(173,225,68); }
td.TdClassName
{
border-color: #ADE144;
}
.TagClassName
{
border-color: #ADE144;
}
</style>