Shades of Conifer #ADEC57
Tints of Conifer #ADEC57
RGB
CMYK
RGB Variations
Color information
#ADEC57 (or 0xADEC57) is known color: Conifer. HEX triplet: AD, EC and 57. RGB value is (173,236,87). Sum of RGB (Red+Green+Blue) = 173+236+87=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC57 is #5213A8. Grayscale: #C8C8C8. Windows color (decimal): -5378985 or 5762221. OLE color: 5762221.
HSL color Cylindrical-coordinate representation of color #ADEC57: hue angle of 85.37º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADEC57 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 87 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.07 |
| HSL | 85.37º | 0.8% | 0.63% | - |
| HSV(B) | 85.37º | 0.63% | 0.93% | - |
| XYZ | 48.95 | 69.56 | 19.86 | - |
| YUV | 200.18 | 64.13 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 87 | 0.27 | 0 | 0.63 | 0.07 | 85.37 | 0.8 | 0.63 |
| Hex | AD | EC | 57 | 1B | 0 | 3F | 7 | 55 | 50 | 3F |
| Octal | 255 | 354 | 127 | 33 | 0 | 77 | 7 | 125 | 120 | 77 |
| Binary | 10101101 | 11101100 | 1010111 | 11011 | 0 | 111111 | 111 | 1010101 | 1010000 | 111111 |
Color Harmonies of #ADEC57
Complementary color
Monochromatic Colors of #ADEC57
Black with #ADEC57
Text Example
Text Example
White with #ADEC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC57; }
p { color: rgb(173,236,87); }
H1.HeaderClassName
{
color: #ADEC57;
}
.AnyTagClassName
{
color: #ADEC57;
}
</style>
background-color css
<style>
a { background-color: #ADEC57; }
a { background-color: rgb(173,236,87); }
div.DivClassName
{
background-color: #ADEC57;
}
.BgClassName
{
background-color: #ADEC57;
}
</style>
border-color css
<style>
span { border-color: #ADEC57; }
span { border-color: rgb(173,236,87); }
td.TdClassName
{
border-color: #ADEC57;
}
.TagClassName
{
border-color: #ADEC57;
}
</style>