Shades of Conifer #ADE861
Tints of Conifer #ADE861
RGB
CMYK
RGB Variations
Color information
#ADE861 (or 0xADE861) is known color: Conifer. HEX triplet: AD, E8 and 61. RGB value is (173,232,97). Sum of RGB (Red+Green+Blue) = 173+232+97=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE861 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE861 is #52179E. Grayscale: #C7C7C7. Windows color (decimal): -5379999 or 6416557. OLE color: 6416557.
HSL color Cylindrical-coordinate representation of color #ADE861: hue angle of 86.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADE861 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 97 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.09 |
| HSL | 86.22º | 0.75% | 0.65% | - |
| HSV(B) | 86.22º | 0.58% | 0.91% | - |
| XYZ | 48.25 | 67.46 | 21.79 | - |
| YUV | 198.97 | 70.45 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 97 | 0.25 | 0 | 0.58 | 0.09 | 86.22 | 0.75 | 0.65 |
| Hex | AD | E8 | 61 | 19 | 0 | 3A | 9 | 56 | 4B | 41 |
| Octal | 255 | 350 | 141 | 31 | 0 | 72 | 11 | 126 | 113 | 101 |
| Binary | 10101101 | 11101000 | 1100001 | 11001 | 0 | 111010 | 1001 | 1010110 | 1001011 | 1000001 |
Color Harmonies of #ADE861
Complementary color
Monochromatic Colors of #ADE861
Black with #ADE861
Text Example
Text Example
White with #ADE861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE861; }
p { color: rgb(173,232,97); }
H1.HeaderClassName
{
color: #ADE861;
}
.AnyTagClassName
{
color: #ADE861;
}
</style>
background-color css
<style>
a { background-color: #ADE861; }
a { background-color: rgb(173,232,97); }
div.DivClassName
{
background-color: #ADE861;
}
.BgClassName
{
background-color: #ADE861;
}
</style>
border-color css
<style>
span { border-color: #ADE861; }
span { border-color: rgb(173,232,97); }
td.TdClassName
{
border-color: #ADE861;
}
.TagClassName
{
border-color: #ADE861;
}
</style>