Shades of Conifer #ADE160
Tints of Conifer #ADE160
RGB
CMYK
RGB Variations
Color information
#ADE160 (or 0xADE160) is known color: Conifer. HEX triplet: AD, E1 and 60. RGB value is (173,225,96). Sum of RGB (Red+Green+Blue) = 173+225+96=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE160 is #521E9F. Grayscale: #C3C3C3. Windows color (decimal): -5381792 or 6349229. OLE color: 6349229.
HSL color Cylindrical-coordinate representation of color #ADE160: hue angle of 84.19º 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 #ADE160 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 96 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.12 |
| HSL | 84.19º | 0.68% | 0.63% | - |
| HSV(B) | 84.19º | 0.57% | 0.88% | - |
| XYZ | 46.27 | 63.58 | 20.9 | - |
| YUV | 194.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 96 | 0.23 | 0 | 0.57 | 0.12 | 84.19 | 0.68 | 0.63 |
| Hex | AD | E1 | 60 | 17 | 0 | 39 | C | 54 | 44 | 3F |
| Octal | 255 | 341 | 140 | 27 | 0 | 71 | 14 | 124 | 104 | 77 |
| Binary | 10101101 | 11100001 | 1100000 | 10111 | 0 | 111001 | 1100 | 1010100 | 1000100 | 111111 |
Color Harmonies of #ADE160
Complementary color
Monochromatic Colors of #ADE160
Black with #ADE160
Text Example
Text Example
White with #ADE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE160; }
p { color: rgb(173,225,96); }
H1.HeaderClassName
{
color: #ADE160;
}
.AnyTagClassName
{
color: #ADE160;
}
</style>
background-color css
<style>
a { background-color: #ADE160; }
a { background-color: rgb(173,225,96); }
div.DivClassName
{
background-color: #ADE160;
}
.BgClassName
{
background-color: #ADE160;
}
</style>
border-color css
<style>
span { border-color: #ADE160; }
span { border-color: rgb(173,225,96); }
td.TdClassName
{
border-color: #ADE160;
}
.TagClassName
{
border-color: #ADE160;
}
</style>