Shades of Conifer #ADE362
Tints of Conifer #ADE362
RGB
CMYK
RGB Variations
Color information
#ADE362 (or 0xADE362) is known color: Conifer. HEX triplet: AD, E3 and 62. RGB value is (173,227,98). Sum of RGB (Red+Green+Blue) = 173+227+98=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE362 is #521C9D. Grayscale: #C4C4C4. Windows color (decimal): -5381278 or 6480813. OLE color: 6480813.
HSL color Cylindrical-coordinate representation of color #ADE362: hue angle of 85.12º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADE362 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 98 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.11 |
| HSL | 85.12º | 0.7% | 0.64% | - |
| HSV(B) | 85.12º | 0.57% | 0.89% | - |
| XYZ | 46.91 | 64.7 | 21.57 | - |
| YUV | 196.15 | 72.61 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 98 | 0.24 | 0 | 0.57 | 0.11 | 85.12 | 0.7 | 0.64 |
| Hex | AD | E3 | 62 | 18 | 0 | 39 | B | 55 | 46 | 40 |
| Octal | 255 | 343 | 142 | 30 | 0 | 71 | 13 | 125 | 106 | 100 |
| Binary | 10101101 | 11100011 | 1100010 | 11000 | 0 | 111001 | 1011 | 1010101 | 1000110 | 1000000 |
Color Harmonies of #ADE362
Complementary color
Monochromatic Colors of #ADE362
Black with #ADE362
Text Example
Text Example
White with #ADE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE362; }
p { color: rgb(173,227,98); }
H1.HeaderClassName
{
color: #ADE362;
}
.AnyTagClassName
{
color: #ADE362;
}
</style>
background-color css
<style>
a { background-color: #ADE362; }
a { background-color: rgb(173,227,98); }
div.DivClassName
{
background-color: #ADE362;
}
.BgClassName
{
background-color: #ADE362;
}
</style>
border-color css
<style>
span { border-color: #ADE362; }
span { border-color: rgb(173,227,98); }
td.TdClassName
{
border-color: #ADE362;
}
.TagClassName
{
border-color: #ADE362;
}
</style>