Shades of Conifer #ADE746
Tints of Conifer #ADE746
RGB
CMYK
RGB Variations
Color information
#ADE746 (or 0xADE746) is known color: Conifer. HEX triplet: AD, E7 and 46. RGB value is (173,231,70). Sum of RGB (Red+Green+Blue) = 173+231+70=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE746 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE746 is #5218B9. Grayscale: #C3C3C3. Windows color (decimal): -5380282 or 4646829. OLE color: 4646829.
HSL color Cylindrical-coordinate representation of color #ADE746: hue angle of 81.61º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADE746 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 70 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.09 |
| HSL | 81.61º | 0.77% | 0.59% | - |
| HSV(B) | 81.61º | 0.7% | 0.91% | - |
| XYZ | 46.91 | 66.48 | 16.15 | - |
| YUV | 195.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 70 | 0.25 | 0 | 0.70 | 0.09 | 81.61 | 0.77 | 0.59 |
| Hex | AD | E7 | 46 | 19 | 0 | 46 | 9 | 52 | 4D | 3B |
| Octal | 255 | 347 | 106 | 31 | 0 | 106 | 11 | 122 | 115 | 73 |
| Binary | 10101101 | 11100111 | 1000110 | 11001 | 0 | 1000110 | 1001 | 1010010 | 1001101 | 111011 |
Color Harmonies of #ADE746
Complementary color
Monochromatic Colors of #ADE746
Black with #ADE746
Text Example
Text Example
White with #ADE746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE746; }
p { color: rgb(173,231,70); }
H1.HeaderClassName
{
color: #ADE746;
}
.AnyTagClassName
{
color: #ADE746;
}
</style>
background-color css
<style>
a { background-color: #ADE746; }
a { background-color: rgb(173,231,70); }
div.DivClassName
{
background-color: #ADE746;
}
.BgClassName
{
background-color: #ADE746;
}
</style>
border-color css
<style>
span { border-color: #ADE746; }
span { border-color: rgb(173,231,70); }
td.TdClassName
{
border-color: #ADE746;
}
.TagClassName
{
border-color: #ADE746;
}
</style>