Shades of Conifer #ADE061
Tints of Conifer #ADE061
RGB
CMYK
RGB Variations
Color information
#ADE061 (or 0xADE061) is known color: Conifer. HEX triplet: AD, E0 and 61. RGB value is (173,224,97). Sum of RGB (Red+Green+Blue) = 173+224+97=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE061 is #521F9E. Grayscale: #C2C2C2. Windows color (decimal): -5382047 or 6414509. OLE color: 6414509.
HSL color Cylindrical-coordinate representation of color #ADE061: hue angle of 84.09º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADE061 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 97 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.12 |
| HSL | 84.09º | 0.67% | 0.63% | - |
| HSV(B) | 84.09º | 0.57% | 0.88% | - |
| XYZ | 46.05 | 63.06 | 21.05 | - |
| YUV | 194.27 | 73.1 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 97 | 0.23 | 0 | 0.57 | 0.12 | 84.09 | 0.67 | 0.63 |
| Hex | AD | E0 | 61 | 17 | 0 | 39 | C | 54 | 43 | 3F |
| Octal | 255 | 340 | 141 | 27 | 0 | 71 | 14 | 124 | 103 | 77 |
| Binary | 10101101 | 11100000 | 1100001 | 10111 | 0 | 111001 | 1100 | 1010100 | 1000011 | 111111 |
Color Harmonies of #ADE061
Complementary color
Monochromatic Colors of #ADE061
Black with #ADE061
Text Example
Text Example
White with #ADE061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE061; }
p { color: rgb(173,224,97); }
H1.HeaderClassName
{
color: #ADE061;
}
.AnyTagClassName
{
color: #ADE061;
}
</style>
background-color css
<style>
a { background-color: #ADE061; }
a { background-color: rgb(173,224,97); }
div.DivClassName
{
background-color: #ADE061;
}
.BgClassName
{
background-color: #ADE061;
}
</style>
border-color css
<style>
span { border-color: #ADE061; }
span { border-color: rgb(173,224,97); }
td.TdClassName
{
border-color: #ADE061;
}
.TagClassName
{
border-color: #ADE061;
}
</style>