Shades of Conifer #ADEC59
Tints of Conifer #ADEC59
RGB
CMYK
RGB Variations
Color information
#ADEC59 (or 0xADEC59) is known color: Conifer. HEX triplet: AD, EC and 59. RGB value is (173,236,89). Sum of RGB (Red+Green+Blue) = 173+236+89=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC59 is #5213A6. Grayscale: #C8C8C8. Windows color (decimal): -5378983 or 5893293. OLE color: 5893293.
HSL color Cylindrical-coordinate representation of color #ADEC59: hue angle of 85.71º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADEC59 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 89 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.07 |
| HSL | 85.71º | 0.79% | 0.64% | - |
| HSV(B) | 85.71º | 0.62% | 0.93% | - |
| XYZ | 49.03 | 69.6 | 20.3 | - |
| YUV | 200.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 89 | 0.27 | 0 | 0.62 | 0.07 | 85.71 | 0.79 | 0.64 |
| Hex | AD | EC | 59 | 1B | 0 | 3E | 7 | 56 | 4F | 40 |
| Octal | 255 | 354 | 131 | 33 | 0 | 76 | 7 | 126 | 117 | 100 |
| Binary | 10101101 | 11101100 | 1011001 | 11011 | 0 | 111110 | 111 | 1010110 | 1001111 | 1000000 |
Color Harmonies of #ADEC59
Complementary color
Monochromatic Colors of #ADEC59
Black with #ADEC59
Text Example
Text Example
White with #ADEC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC59; }
p { color: rgb(173,236,89); }
H1.HeaderClassName
{
color: #ADEC59;
}
.AnyTagClassName
{
color: #ADEC59;
}
</style>
background-color css
<style>
a { background-color: #ADEC59; }
a { background-color: rgb(173,236,89); }
div.DivClassName
{
background-color: #ADEC59;
}
.BgClassName
{
background-color: #ADEC59;
}
</style>
border-color css
<style>
span { border-color: #ADEC59; }
span { border-color: rgb(173,236,89); }
td.TdClassName
{
border-color: #ADEC59;
}
.TagClassName
{
border-color: #ADEC59;
}
</style>