Shades of Conifer #ADEC52
Tints of Conifer #ADEC52
RGB
CMYK
RGB Variations
Color information
#ADEC52 (or 0xADEC52) is known color: Conifer. HEX triplet: AD, EC and 52. RGB value is (173,236,82). Sum of RGB (Red+Green+Blue) = 173+236+82=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC52 is #5213AD. Grayscale: #C8C8C8. Windows color (decimal): -5378990 or 5434541. OLE color: 5434541.
HSL color Cylindrical-coordinate representation of color #ADEC52: hue angle of 84.55º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADEC52 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 82 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.07 |
| HSL | 84.55º | 0.8% | 0.62% | - |
| HSV(B) | 84.55º | 0.65% | 0.93% | - |
| XYZ | 48.75 | 69.48 | 18.82 | - |
| YUV | 199.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 82 | 0.27 | 0 | 0.65 | 0.07 | 84.55 | 0.8 | 0.62 |
| Hex | AD | EC | 52 | 1B | 0 | 41 | 7 | 55 | 50 | 3E |
| Octal | 255 | 354 | 122 | 33 | 0 | 101 | 7 | 125 | 120 | 76 |
| Binary | 10101101 | 11101100 | 1010010 | 11011 | 0 | 1000001 | 111 | 1010101 | 1010000 | 111110 |
Color Harmonies of #ADEC52
Complementary color
Monochromatic Colors of #ADEC52
Black with #ADEC52
Text Example
Text Example
White with #ADEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC52; }
p { color: rgb(173,236,82); }
H1.HeaderClassName
{
color: #ADEC52;
}
.AnyTagClassName
{
color: #ADEC52;
}
</style>
background-color css
<style>
a { background-color: #ADEC52; }
a { background-color: rgb(173,236,82); }
div.DivClassName
{
background-color: #ADEC52;
}
.BgClassName
{
background-color: #ADEC52;
}
</style>
border-color css
<style>
span { border-color: #ADEC52; }
span { border-color: rgb(173,236,82); }
td.TdClassName
{
border-color: #ADEC52;
}
.TagClassName
{
border-color: #ADEC52;
}
</style>