Shades of Conifer #ADEC5B
Tints of Conifer #ADEC5B
RGB
CMYK
RGB Variations
Color information
#ADEC5B (or 0xADEC5B) is known color: Conifer. HEX triplet: AD, EC and 5B. RGB value is (173,236,91). Sum of RGB (Red+Green+Blue) = 173+236+91=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC5B is #5213A4. Grayscale: #C9C9C9. Windows color (decimal): -5378981 or 6024365. OLE color: 6024365.
HSL color Cylindrical-coordinate representation of color #ADEC5B: hue angle of 86.07º 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 #ADEC5B is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 91 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.07 |
| HSL | 86.07º | 0.79% | 0.64% | - |
| HSV(B) | 86.07º | 0.61% | 0.93% | - |
| XYZ | 49.12 | 69.63 | 20.75 | - |
| YUV | 200.63 | 66.13 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 91 | 0.27 | 0 | 0.61 | 0.07 | 86.07 | 0.79 | 0.64 |
| Hex | AD | EC | 5B | 1B | 0 | 3D | 7 | 56 | 4F | 40 |
| Octal | 255 | 354 | 133 | 33 | 0 | 75 | 7 | 126 | 117 | 100 |
| Binary | 10101101 | 11101100 | 1011011 | 11011 | 0 | 111101 | 111 | 1010110 | 1001111 | 1000000 |
Color Harmonies of #ADEC5B
Complementary color
Monochromatic Colors of #ADEC5B
Black with #ADEC5B
Text Example
Text Example
White with #ADEC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC5B; }
p { color: rgb(173,236,91); }
H1.HeaderClassName
{
color: #ADEC5B;
}
.AnyTagClassName
{
color: #ADEC5B;
}
</style>
background-color css
<style>
a { background-color: #ADEC5B; }
a { background-color: rgb(173,236,91); }
div.DivClassName
{
background-color: #ADEC5B;
}
.BgClassName
{
background-color: #ADEC5B;
}
</style>
border-color css
<style>
span { border-color: #ADEC5B; }
span { border-color: rgb(173,236,91); }
td.TdClassName
{
border-color: #ADEC5B;
}
.TagClassName
{
border-color: #ADEC5B;
}
</style>