Shades of Conifer #ADE161
Tints of Conifer #ADE161
RGB
CMYK
RGB Variations
Color information
#ADE161 (or 0xADE161) is known color: Conifer. HEX triplet: AD, E1 and 61. RGB value is (173,225,97). Sum of RGB (Red+Green+Blue) = 173+225+97=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE161 is #521E9E. Grayscale: #C3C3C3. Windows color (decimal): -5381791 or 6414765. OLE color: 6414765.
HSL color Cylindrical-coordinate representation of color #ADE161: hue angle of 84.38º degrees, saturation: 0.68, 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 #ADE161 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 97 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.12 |
| HSL | 84.38º | 0.68% | 0.63% | - |
| HSV(B) | 84.38º | 0.57% | 0.88% | - |
| XYZ | 46.32 | 63.6 | 21.14 | - |
| YUV | 194.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 97 | 0.23 | 0 | 0.57 | 0.12 | 84.38 | 0.68 | 0.63 |
| Hex | AD | E1 | 61 | 17 | 0 | 39 | C | 54 | 44 | 3F |
| Octal | 255 | 341 | 141 | 27 | 0 | 71 | 14 | 124 | 104 | 77 |
| Binary | 10101101 | 11100001 | 1100001 | 10111 | 0 | 111001 | 1100 | 1010100 | 1000100 | 111111 |
Color Harmonies of #ADE161
Complementary color
Monochromatic Colors of #ADE161
Black with #ADE161
Text Example
Text Example
White with #ADE161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE161; }
p { color: rgb(173,225,97); }
H1.HeaderClassName
{
color: #ADE161;
}
.AnyTagClassName
{
color: #ADE161;
}
</style>
background-color css
<style>
a { background-color: #ADE161; }
a { background-color: rgb(173,225,97); }
div.DivClassName
{
background-color: #ADE161;
}
.BgClassName
{
background-color: #ADE161;
}
</style>
border-color css
<style>
span { border-color: #ADE161; }
span { border-color: rgb(173,225,97); }
td.TdClassName
{
border-color: #ADE161;
}
.TagClassName
{
border-color: #ADE161;
}
</style>