Shades of Conifer #ADE544
Tints of Conifer #ADE544
RGB
CMYK
RGB Variations
Color information
#ADE544 (or 0xADE544) is known color: Conifer. HEX triplet: AD, E5 and 44. RGB value is (173,229,68). Sum of RGB (Red+Green+Blue) = 173+229+68=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE544 is #521ABB. Grayscale: #C2C2C2. Windows color (decimal): -5380796 or 4515245. OLE color: 4515245.
HSL color Cylindrical-coordinate representation of color #ADE544: hue angle of 80.87º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADE544 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 68 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.10 |
| HSL | 80.87º | 0.76% | 0.58% | - |
| HSV(B) | 80.87º | 0.7% | 0.9% | - |
| XYZ | 46.3 | 65.34 | 15.64 | - |
| YUV | 193.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 68 | 0.24 | 0 | 0.70 | 0.10 | 80.87 | 0.76 | 0.58 |
| Hex | AD | E5 | 44 | 18 | 0 | 46 | A | 51 | 4C | 3A |
| Octal | 255 | 345 | 104 | 30 | 0 | 106 | 12 | 121 | 114 | 72 |
| Binary | 10101101 | 11100101 | 1000100 | 11000 | 0 | 1000110 | 1010 | 1010001 | 1001100 | 111010 |
Color Harmonies of #ADE544
Complementary color
Monochromatic Colors of #ADE544
Black with #ADE544
Text Example
Text Example
White with #ADE544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE544; }
p { color: rgb(173,229,68); }
H1.HeaderClassName
{
color: #ADE544;
}
.AnyTagClassName
{
color: #ADE544;
}
</style>
background-color css
<style>
a { background-color: #ADE544; }
a { background-color: rgb(173,229,68); }
div.DivClassName
{
background-color: #ADE544;
}
.BgClassName
{
background-color: #ADE544;
}
</style>
border-color css
<style>
span { border-color: #ADE544; }
span { border-color: rgb(173,229,68); }
td.TdClassName
{
border-color: #ADE544;
}
.TagClassName
{
border-color: #ADE544;
}
</style>