Shades of Conifer #ADE46D
Tints of Conifer #ADE46D
RGB
CMYK
RGB Variations
Color information
#ADE46D (or 0xADE46D) is known color: Conifer. HEX triplet: AD, E4 and 6D. RGB value is (173,228,109). Sum of RGB (Red+Green+Blue) = 173+228+109=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE46D is #521B92. Grayscale: #C6C6C6. Windows color (decimal): -5381011 or 7201965. OLE color: 7201965.
HSL color Cylindrical-coordinate representation of color #ADE46D: hue angle of 87.73º degrees, saturation: 0.69, 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 #ADE46D is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 109 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.11 |
| HSL | 87.73º | 0.69% | 0.66% | - |
| HSV(B) | 87.73º | 0.52% | 0.89% | - |
| XYZ | 47.74 | 65.48 | 24.59 | - |
| YUV | 197.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 109 | 0.24 | 0 | 0.52 | 0.11 | 87.73 | 0.69 | 0.66 |
| Hex | AD | E4 | 6D | 18 | 0 | 34 | B | 58 | 45 | 42 |
| Octal | 255 | 344 | 155 | 30 | 0 | 64 | 13 | 130 | 105 | 102 |
| Binary | 10101101 | 11100100 | 1101101 | 11000 | 0 | 110100 | 1011 | 1011000 | 1000101 | 1000010 |
Color Harmonies of #ADE46D
Complementary color
Monochromatic Colors of #ADE46D
Black with #ADE46D
Text Example
Text Example
White with #ADE46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE46D; }
p { color: rgb(173,228,109); }
H1.HeaderClassName
{
color: #ADE46D;
}
.AnyTagClassName
{
color: #ADE46D;
}
</style>
background-color css
<style>
a { background-color: #ADE46D; }
a { background-color: rgb(173,228,109); }
div.DivClassName
{
background-color: #ADE46D;
}
.BgClassName
{
background-color: #ADE46D;
}
</style>
border-color css
<style>
span { border-color: #ADE46D; }
span { border-color: rgb(173,228,109); }
td.TdClassName
{
border-color: #ADE46D;
}
.TagClassName
{
border-color: #ADE46D;
}
</style>