Shades of Conifer #ADE163
Tints of Conifer #ADE163
RGB
CMYK
RGB Variations
Color information
#ADE163 (or 0xADE163) is known color: Conifer. HEX triplet: AD, E1 and 63. RGB value is (173,225,99). Sum of RGB (Red+Green+Blue) = 173+225+99=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE163 is #521E9C. Grayscale: #C3C3C3. Windows color (decimal): -5381789 or 6545837. OLE color: 6545837.
HSL color Cylindrical-coordinate representation of color #ADE163: hue angle of 84.76º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADE163 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 99 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.12 |
| HSL | 84.76º | 0.68% | 0.64% | - |
| HSV(B) | 84.76º | 0.56% | 0.88% | - |
| XYZ | 46.41 | 63.64 | 21.64 | - |
| YUV | 195.09 | 73.77 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 99 | 0.23 | 0 | 0.56 | 0.12 | 84.76 | 0.68 | 0.64 |
| Hex | AD | E1 | 63 | 17 | 0 | 38 | C | 55 | 44 | 40 |
| Octal | 255 | 341 | 143 | 27 | 0 | 70 | 14 | 125 | 104 | 100 |
| Binary | 10101101 | 11100001 | 1100011 | 10111 | 0 | 111000 | 1100 | 1010101 | 1000100 | 1000000 |
Color Harmonies of #ADE163
Complementary color
Monochromatic Colors of #ADE163
Black with #ADE163
Text Example
Text Example
White with #ADE163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE163; }
p { color: rgb(173,225,99); }
H1.HeaderClassName
{
color: #ADE163;
}
.AnyTagClassName
{
color: #ADE163;
}
</style>
background-color css
<style>
a { background-color: #ADE163; }
a { background-color: rgb(173,225,99); }
div.DivClassName
{
background-color: #ADE163;
}
.BgClassName
{
background-color: #ADE163;
}
</style>
border-color css
<style>
span { border-color: #ADE163; }
span { border-color: rgb(173,225,99); }
td.TdClassName
{
border-color: #ADE163;
}
.TagClassName
{
border-color: #ADE163;
}
</style>