Shades of Conifer #ADEC5C
Tints of Conifer #ADEC5C
RGB
CMYK
RGB Variations
Color information
#ADEC5C (or 0xADEC5C) is known color: Conifer. HEX triplet: AD, EC and 5C. RGB value is (173,236,92). Sum of RGB (Red+Green+Blue) = 173+236+92=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC5C is #5213A3. Grayscale: #C9C9C9. Windows color (decimal): -5378980 or 6089901. OLE color: 6089901.
HSL color Cylindrical-coordinate representation of color #ADEC5C: hue angle of 86.25º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADEC5C is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 92 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.07 |
| HSL | 86.25º | 0.79% | 0.64% | - |
| HSV(B) | 86.25º | 0.61% | 0.93% | - |
| XYZ | 49.16 | 69.65 | 20.98 | - |
| YUV | 200.75 | 66.63 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 92 | 0.27 | 0 | 0.61 | 0.07 | 86.25 | 0.79 | 0.64 |
| Hex | AD | EC | 5C | 1B | 0 | 3D | 7 | 56 | 4F | 40 |
| Octal | 255 | 354 | 134 | 33 | 0 | 75 | 7 | 126 | 117 | 100 |
| Binary | 10101101 | 11101100 | 1011100 | 11011 | 0 | 111101 | 111 | 1010110 | 1001111 | 1000000 |
Color Harmonies of #ADEC5C
Complementary color
Monochromatic Colors of #ADEC5C
Black with #ADEC5C
Text Example
Text Example
White with #ADEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC5C; }
p { color: rgb(173,236,92); }
H1.HeaderClassName
{
color: #ADEC5C;
}
.AnyTagClassName
{
color: #ADEC5C;
}
</style>
background-color css
<style>
a { background-color: #ADEC5C; }
a { background-color: rgb(173,236,92); }
div.DivClassName
{
background-color: #ADEC5C;
}
.BgClassName
{
background-color: #ADEC5C;
}
</style>
border-color css
<style>
span { border-color: #ADEC5C; }
span { border-color: rgb(173,236,92); }
td.TdClassName
{
border-color: #ADEC5C;
}
.TagClassName
{
border-color: #ADEC5C;
}
</style>