Shades of Conifer #ADE165
Tints of Conifer #ADE165
RGB
CMYK
RGB Variations
Color information
#ADE165 (or 0xADE165) is known color: Conifer. HEX triplet: AD, E1 and 65. RGB value is (173,225,101). Sum of RGB (Red+Green+Blue) = 173+225+101=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE165 is #521E9A. Grayscale: #C3C3C3. Windows color (decimal): -5381787 or 6676909. OLE color: 6676909.
HSL color Cylindrical-coordinate representation of color #ADE165: hue angle of 85.16º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE165 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 101 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.12 |
| HSL | 85.16º | 0.67% | 0.64% | - |
| HSV(B) | 85.16º | 0.55% | 0.88% | - |
| XYZ | 46.51 | 63.67 | 22.15 | - |
| YUV | 195.32 | 74.77 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 101 | 0.23 | 0 | 0.55 | 0.12 | 85.16 | 0.67 | 0.64 |
| Hex | AD | E1 | 65 | 17 | 0 | 37 | C | 55 | 43 | 40 |
| Octal | 255 | 341 | 145 | 27 | 0 | 67 | 14 | 125 | 103 | 100 |
| Binary | 10101101 | 11100001 | 1100101 | 10111 | 0 | 110111 | 1100 | 1010101 | 1000011 | 1000000 |
Color Harmonies of #ADE165
Complementary color
Monochromatic Colors of #ADE165
Black with #ADE165
Text Example
Text Example
White with #ADE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE165; }
p { color: rgb(173,225,101); }
H1.HeaderClassName
{
color: #ADE165;
}
.AnyTagClassName
{
color: #ADE165;
}
</style>
background-color css
<style>
a { background-color: #ADE165; }
a { background-color: rgb(173,225,101); }
div.DivClassName
{
background-color: #ADE165;
}
.BgClassName
{
background-color: #ADE165;
}
</style>
border-color css
<style>
span { border-color: #ADE165; }
span { border-color: rgb(173,225,101); }
td.TdClassName
{
border-color: #ADE165;
}
.TagClassName
{
border-color: #ADE165;
}
</style>