Shades of Conifer #ADE162
Tints of Conifer #ADE162
RGB
CMYK
RGB Variations
Color information
#ADE162 (or 0xADE162) is known color: Conifer. HEX triplet: AD, E1 and 62. RGB value is (173,225,98). Sum of RGB (Red+Green+Blue) = 173+225+98=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE162 is #521E9D. Grayscale: #C3C3C3. Windows color (decimal): -5381790 or 6480301. OLE color: 6480301.
HSL color Cylindrical-coordinate representation of color #ADE162: hue angle of 84.57º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADE162 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 98 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.12 |
| HSL | 84.57º | 0.68% | 0.63% | - |
| HSV(B) | 84.57º | 0.56% | 0.88% | - |
| XYZ | 46.36 | 63.62 | 21.39 | - |
| YUV | 194.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 98 | 0.23 | 0 | 0.56 | 0.12 | 84.57 | 0.68 | 0.63 |
| Hex | AD | E1 | 62 | 17 | 0 | 38 | C | 55 | 44 | 3F |
| Octal | 255 | 341 | 142 | 27 | 0 | 70 | 14 | 125 | 104 | 77 |
| Binary | 10101101 | 11100001 | 1100010 | 10111 | 0 | 111000 | 1100 | 1010101 | 1000100 | 111111 |
Color Harmonies of #ADE162
Complementary color
Monochromatic Colors of #ADE162
Black with #ADE162
Text Example
Text Example
White with #ADE162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE162; }
p { color: rgb(173,225,98); }
H1.HeaderClassName
{
color: #ADE162;
}
.AnyTagClassName
{
color: #ADE162;
}
</style>
background-color css
<style>
a { background-color: #ADE162; }
a { background-color: rgb(173,225,98); }
div.DivClassName
{
background-color: #ADE162;
}
.BgClassName
{
background-color: #ADE162;
}
</style>
border-color css
<style>
span { border-color: #ADE162; }
span { border-color: rgb(173,225,98); }
td.TdClassName
{
border-color: #ADE162;
}
.TagClassName
{
border-color: #ADE162;
}
</style>