Shades of Conifer #ADEC66
Tints of Conifer #ADEC66
RGB
CMYK
RGB Variations
Color information
#ADEC66 (or 0xADEC66) is known color: Conifer. HEX triplet: AD, EC and 66. RGB value is (173,236,102). Sum of RGB (Red+Green+Blue) = 173+236+102=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC66 is #521399. Grayscale: #CACACA. Windows color (decimal): -5378970 or 6745261. OLE color: 6745261.
HSL color Cylindrical-coordinate representation of color #ADEC66: hue angle of 88.21º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADEC66 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 102 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.07 |
| HSL | 88.21º | 0.78% | 0.66% | - |
| HSV(B) | 88.21º | 0.57% | 0.93% | - |
| XYZ | 49.63 | 69.83 | 23.43 | - |
| YUV | 201.89 | 71.63 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 102 | 0.27 | 0 | 0.57 | 0.07 | 88.21 | 0.78 | 0.66 |
| Hex | AD | EC | 66 | 1B | 0 | 39 | 7 | 58 | 4E | 42 |
| Octal | 255 | 354 | 146 | 33 | 0 | 71 | 7 | 130 | 116 | 102 |
| Binary | 10101101 | 11101100 | 1100110 | 11011 | 0 | 111001 | 111 | 1011000 | 1001110 | 1000010 |
Color Harmonies of #ADEC66
Complementary color
Monochromatic Colors of #ADEC66
Black with #ADEC66
Text Example
Text Example
White with #ADEC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC66; }
p { color: rgb(173,236,102); }
H1.HeaderClassName
{
color: #ADEC66;
}
.AnyTagClassName
{
color: #ADEC66;
}
</style>
background-color css
<style>
a { background-color: #ADEC66; }
a { background-color: rgb(173,236,102); }
div.DivClassName
{
background-color: #ADEC66;
}
.BgClassName
{
background-color: #ADEC66;
}
</style>
border-color css
<style>
span { border-color: #ADEC66; }
span { border-color: rgb(173,236,102); }
td.TdClassName
{
border-color: #ADEC66;
}
.TagClassName
{
border-color: #ADEC66;
}
</style>