Shades of Conifer #ADEC54
Tints of Conifer #ADEC54
RGB
CMYK
RGB Variations
Color information
#ADEC54 (or 0xADEC54) is known color: Conifer. HEX triplet: AD, EC and 54. RGB value is (173,236,84). Sum of RGB (Red+Green+Blue) = 173+236+84=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC54 is #5213AB. Grayscale: #C8C8C8. Windows color (decimal): -5378988 or 5565613. OLE color: 5565613.
HSL color Cylindrical-coordinate representation of color #ADEC54: hue angle of 84.87º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADEC54 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 84 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.07 |
| HSL | 84.87º | 0.8% | 0.63% | - |
| HSV(B) | 84.87º | 0.64% | 0.93% | - |
| XYZ | 48.83 | 69.52 | 19.23 | - |
| YUV | 199.84 | 62.63 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 84 | 0.27 | 0 | 0.64 | 0.07 | 84.87 | 0.8 | 0.63 |
| Hex | AD | EC | 54 | 1B | 0 | 40 | 7 | 55 | 50 | 3F |
| Octal | 255 | 354 | 124 | 33 | 0 | 100 | 7 | 125 | 120 | 77 |
| Binary | 10101101 | 11101100 | 1010100 | 11011 | 0 | 1000000 | 111 | 1010101 | 1010000 | 111111 |
Color Harmonies of #ADEC54
Complementary color
Monochromatic Colors of #ADEC54
Black with #ADEC54
Text Example
Text Example
White with #ADEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC54; }
p { color: rgb(173,236,84); }
H1.HeaderClassName
{
color: #ADEC54;
}
.AnyTagClassName
{
color: #ADEC54;
}
</style>
background-color css
<style>
a { background-color: #ADEC54; }
a { background-color: rgb(173,236,84); }
div.DivClassName
{
background-color: #ADEC54;
}
.BgClassName
{
background-color: #ADEC54;
}
</style>
border-color css
<style>
span { border-color: #ADEC54; }
span { border-color: rgb(173,236,84); }
td.TdClassName
{
border-color: #ADEC54;
}
.TagClassName
{
border-color: #ADEC54;
}
</style>