Shades of Conifer #ADEC64
Tints of Conifer #ADEC64
RGB
CMYK
RGB Variations
Color information
#ADEC64 (or 0xADEC64) is known color: Conifer. HEX triplet: AD, EC and 64. RGB value is (173,236,100). Sum of RGB (Red+Green+Blue) = 173+236+100=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC64 is #52139B. Grayscale: #CACACA. Windows color (decimal): -5378972 or 6614189. OLE color: 6614189.
HSL color Cylindrical-coordinate representation of color #ADEC64: hue angle of 87.79º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADEC64 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 100 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.07 |
| HSL | 87.79º | 0.78% | 0.66% | - |
| HSV(B) | 87.79º | 0.58% | 0.93% | - |
| XYZ | 49.53 | 69.8 | 22.92 | - |
| YUV | 201.66 | 70.63 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 100 | 0.27 | 0 | 0.58 | 0.07 | 87.79 | 0.78 | 0.66 |
| Hex | AD | EC | 64 | 1B | 0 | 3A | 7 | 58 | 4E | 42 |
| Octal | 255 | 354 | 144 | 33 | 0 | 72 | 7 | 130 | 116 | 102 |
| Binary | 10101101 | 11101100 | 1100100 | 11011 | 0 | 111010 | 111 | 1011000 | 1001110 | 1000010 |
Color Harmonies of #ADEC64
Complementary color
Monochromatic Colors of #ADEC64
Black with #ADEC64
Text Example
Text Example
White with #ADEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC64; }
p { color: rgb(173,236,100); }
H1.HeaderClassName
{
color: #ADEC64;
}
.AnyTagClassName
{
color: #ADEC64;
}
</style>
background-color css
<style>
a { background-color: #ADEC64; }
a { background-color: rgb(173,236,100); }
div.DivClassName
{
background-color: #ADEC64;
}
.BgClassName
{
background-color: #ADEC64;
}
</style>
border-color css
<style>
span { border-color: #ADEC64; }
span { border-color: rgb(173,236,100); }
td.TdClassName
{
border-color: #ADEC64;
}
.TagClassName
{
border-color: #ADEC64;
}
</style>