Shades of Conifer #ADE56C
Tints of Conifer #ADE56C
RGB
CMYK
RGB Variations
Color information
#ADE56C (or 0xADE56C) is known color: Conifer. HEX triplet: AD, E5 and 6C. RGB value is (173,229,108). Sum of RGB (Red+Green+Blue) = 173+229+108=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE56C is #521A93. Grayscale: #C6C6C6. Windows color (decimal): -5380756 or 7136685. OLE color: 7136685.
HSL color Cylindrical-coordinate representation of color #ADE56C: hue angle of 87.77º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE56C is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 108 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.10 |
| HSL | 87.77º | 0.7% | 0.66% | - |
| HSV(B) | 87.77º | 0.53% | 0.9% | - |
| XYZ | 47.96 | 66.01 | 24.4 | - |
| YUV | 198.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 108 | 0.24 | 0 | 0.53 | 0.10 | 87.77 | 0.7 | 0.66 |
| Hex | AD | E5 | 6C | 18 | 0 | 35 | A | 58 | 46 | 42 |
| Octal | 255 | 345 | 154 | 30 | 0 | 65 | 12 | 130 | 106 | 102 |
| Binary | 10101101 | 11100101 | 1101100 | 11000 | 0 | 110101 | 1010 | 1011000 | 1000110 | 1000010 |
Color Harmonies of #ADE56C
Complementary color
Monochromatic Colors of #ADE56C
Black with #ADE56C
Text Example
Text Example
White with #ADE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE56C; }
p { color: rgb(173,229,108); }
H1.HeaderClassName
{
color: #ADE56C;
}
.AnyTagClassName
{
color: #ADE56C;
}
</style>
background-color css
<style>
a { background-color: #ADE56C; }
a { background-color: rgb(173,229,108); }
div.DivClassName
{
background-color: #ADE56C;
}
.BgClassName
{
background-color: #ADE56C;
}
</style>
border-color css
<style>
span { border-color: #ADE56C; }
span { border-color: rgb(173,229,108); }
td.TdClassName
{
border-color: #ADE56C;
}
.TagClassName
{
border-color: #ADE56C;
}
</style>