Shades of Conifer #ADE747
Tints of Conifer #ADE747
RGB
CMYK
RGB Variations
Color information
#ADE747 (or 0xADE747) is known color: Conifer. HEX triplet: AD, E7 and 47. RGB value is (173,231,71). Sum of RGB (Red+Green+Blue) = 173+231+71=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE747 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE747 is #5218B8. Grayscale: #C4C4C4. Windows color (decimal): -5380281 or 4712365. OLE color: 4712365.
HSL color Cylindrical-coordinate representation of color #ADE747: hue angle of 81.75º degrees, saturation: 0.77, 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 #ADE747 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 71 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.09 |
| HSL | 81.75º | 0.77% | 0.59% | - |
| HSV(B) | 81.75º | 0.69% | 0.91% | - |
| XYZ | 46.95 | 66.49 | 16.32 | - |
| YUV | 195.42 | 57.78 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 71 | 0.25 | 0 | 0.69 | 0.09 | 81.75 | 0.77 | 0.59 |
| Hex | AD | E7 | 47 | 19 | 0 | 45 | 9 | 52 | 4D | 3B |
| Octal | 255 | 347 | 107 | 31 | 0 | 105 | 11 | 122 | 115 | 73 |
| Binary | 10101101 | 11100111 | 1000111 | 11001 | 0 | 1000101 | 1001 | 1010010 | 1001101 | 111011 |
Color Harmonies of #ADE747
Complementary color
Monochromatic Colors of #ADE747
Black with #ADE747
Text Example
Text Example
White with #ADE747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE747; }
p { color: rgb(173,231,71); }
H1.HeaderClassName
{
color: #ADE747;
}
.AnyTagClassName
{
color: #ADE747;
}
</style>
background-color css
<style>
a { background-color: #ADE747; }
a { background-color: rgb(173,231,71); }
div.DivClassName
{
background-color: #ADE747;
}
.BgClassName
{
background-color: #ADE747;
}
</style>
border-color css
<style>
span { border-color: #ADE747; }
span { border-color: rgb(173,231,71); }
td.TdClassName
{
border-color: #ADE747;
}
.TagClassName
{
border-color: #ADE747;
}
</style>