Shades of Conifer #ADE447
Tints of Conifer #ADE447
RGB
CMYK
RGB Variations
Color information
#ADE447 (or 0xADE447) is known color: Conifer. HEX triplet: AD, E4 and 47. RGB value is (173,228,71). Sum of RGB (Red+Green+Blue) = 173+228+71=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE447 is #521BB8. Grayscale: #C2C2C2. Windows color (decimal): -5381049 or 4711597. OLE color: 4711597.
HSL color Cylindrical-coordinate representation of color #ADE447: hue angle of 81.02º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADE447 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 71 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.11 |
| HSL | 81.02º | 0.74% | 0.59% | - |
| HSV(B) | 81.02º | 0.69% | 0.89% | - |
| XYZ | 46.11 | 64.83 | 16.04 | - |
| YUV | 193.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 71 | 0.24 | 0 | 0.69 | 0.11 | 81.02 | 0.74 | 0.59 |
| Hex | AD | E4 | 47 | 18 | 0 | 45 | B | 51 | 4A | 3B |
| Octal | 255 | 344 | 107 | 30 | 0 | 105 | 13 | 121 | 112 | 73 |
| Binary | 10101101 | 11100100 | 1000111 | 11000 | 0 | 1000101 | 1011 | 1010001 | 1001010 | 111011 |
Color Harmonies of #ADE447
Complementary color
Monochromatic Colors of #ADE447
Black with #ADE447
Text Example
Text Example
White with #ADE447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE447; }
p { color: rgb(173,228,71); }
H1.HeaderClassName
{
color: #ADE447;
}
.AnyTagClassName
{
color: #ADE447;
}
</style>
background-color css
<style>
a { background-color: #ADE447; }
a { background-color: rgb(173,228,71); }
div.DivClassName
{
background-color: #ADE447;
}
.BgClassName
{
background-color: #ADE447;
}
</style>
border-color css
<style>
span { border-color: #ADE447; }
span { border-color: rgb(173,228,71); }
td.TdClassName
{
border-color: #ADE447;
}
.TagClassName
{
border-color: #ADE447;
}
</style>