Shades of Conifer #ADE36D
Tints of Conifer #ADE36D
RGB
CMYK
RGB Variations
Color information
#ADE36D (or 0xADE36D) is known color: Conifer. HEX triplet: AD, E3 and 6D. RGB value is (173,227,109). Sum of RGB (Red+Green+Blue) = 173+227+109=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE36D is #521C92. Grayscale: #C5C5C5. Windows color (decimal): -5381267 or 7201709. OLE color: 7201709.
HSL color Cylindrical-coordinate representation of color #ADE36D: hue angle of 87.46º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADE36D is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 109 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.11 |
| HSL | 87.46º | 0.68% | 0.66% | - |
| HSV(B) | 87.46º | 0.52% | 0.89% | - |
| XYZ | 47.46 | 64.93 | 24.5 | - |
| YUV | 197.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 109 | 0.24 | 0 | 0.52 | 0.11 | 87.46 | 0.68 | 0.66 |
| Hex | AD | E3 | 6D | 18 | 0 | 34 | B | 57 | 44 | 42 |
| Octal | 255 | 343 | 155 | 30 | 0 | 64 | 13 | 127 | 104 | 102 |
| Binary | 10101101 | 11100011 | 1101101 | 11000 | 0 | 110100 | 1011 | 1010111 | 1000100 | 1000010 |
Color Harmonies of #ADE36D
Complementary color
Monochromatic Colors of #ADE36D
Black with #ADE36D
Text Example
Text Example
White with #ADE36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE36D; }
p { color: rgb(173,227,109); }
H1.HeaderClassName
{
color: #ADE36D;
}
.AnyTagClassName
{
color: #ADE36D;
}
</style>
background-color css
<style>
a { background-color: #ADE36D; }
a { background-color: rgb(173,227,109); }
div.DivClassName
{
background-color: #ADE36D;
}
.BgClassName
{
background-color: #ADE36D;
}
</style>
border-color css
<style>
span { border-color: #ADE36D; }
span { border-color: rgb(173,227,109); }
td.TdClassName
{
border-color: #ADE36D;
}
.TagClassName
{
border-color: #ADE36D;
}
</style>