Shades of Conifer #ADE847
Tints of Conifer #ADE847
RGB
CMYK
RGB Variations
Color information
#ADE847 (or 0xADE847) is known color: Conifer. HEX triplet: AD, E8 and 47. RGB value is (173,232,71). Sum of RGB (Red+Green+Blue) = 173+232+71=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE847 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE847 is #5217B8. Grayscale: #C4C4C4. Windows color (decimal): -5380025 or 4712621. OLE color: 4712621.
HSL color Cylindrical-coordinate representation of color #ADE847: hue angle of 81.99º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADE847 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 71 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.09 |
| HSL | 81.99º | 0.78% | 0.59% | - |
| HSV(B) | 81.99º | 0.69% | 0.91% | - |
| XYZ | 47.23 | 67.05 | 16.41 | - |
| YUV | 196.01 | 57.45 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 71 | 0.25 | 0 | 0.69 | 0.09 | 81.99 | 0.78 | 0.59 |
| Hex | AD | E8 | 47 | 19 | 0 | 45 | 9 | 52 | 4E | 3B |
| Octal | 255 | 350 | 107 | 31 | 0 | 105 | 11 | 122 | 116 | 73 |
| Binary | 10101101 | 11101000 | 1000111 | 11001 | 0 | 1000101 | 1001 | 1010010 | 1001110 | 111011 |
Color Harmonies of #ADE847
Complementary color
Monochromatic Colors of #ADE847
Black with #ADE847
Text Example
Text Example
White with #ADE847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE847; }
p { color: rgb(173,232,71); }
H1.HeaderClassName
{
color: #ADE847;
}
.AnyTagClassName
{
color: #ADE847;
}
</style>
background-color css
<style>
a { background-color: #ADE847; }
a { background-color: rgb(173,232,71); }
div.DivClassName
{
background-color: #ADE847;
}
.BgClassName
{
background-color: #ADE847;
}
</style>
border-color css
<style>
span { border-color: #ADE847; }
span { border-color: rgb(173,232,71); }
td.TdClassName
{
border-color: #ADE847;
}
.TagClassName
{
border-color: #ADE847;
}
</style>