Shades of Conifer #ADDF66
Tints of Conifer #ADDF66
RGB
CMYK
RGB Variations
Color information
#ADDF66 (or 0xADDF66) is known color: Conifer. HEX triplet: AD, DF and 66. RGB value is (173,223,102). Sum of RGB (Red+Green+Blue) = 173+223+102=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF66 is #522099. Grayscale: #C2C2C2. Windows color (decimal): -5382298 or 6741933. OLE color: 6741933.
HSL color Cylindrical-coordinate representation of color #ADDF66: hue angle of 84.79º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADDF66 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 102 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.13 |
| HSL | 84.79º | 0.65% | 0.64% | - |
| HSV(B) | 84.79º | 0.54% | 0.87% | - |
| XYZ | 46.02 | 62.62 | 22.23 | - |
| YUV | 194.26 | 75.94 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 102 | 0.22 | 0 | 0.54 | 0.13 | 84.79 | 0.65 | 0.64 |
| Hex | AD | DF | 66 | 16 | 0 | 36 | D | 55 | 41 | 40 |
| Octal | 255 | 337 | 146 | 26 | 0 | 66 | 15 | 125 | 101 | 100 |
| Binary | 10101101 | 11011111 | 1100110 | 10110 | 0 | 110110 | 1101 | 1010101 | 1000001 | 1000000 |
Color Harmonies of #ADDF66
Complementary color
Monochromatic Colors of #ADDF66
Black with #ADDF66
Text Example
Text Example
White with #ADDF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF66; }
p { color: rgb(173,223,102); }
H1.HeaderClassName
{
color: #ADDF66;
}
.AnyTagClassName
{
color: #ADDF66;
}
</style>
background-color css
<style>
a { background-color: #ADDF66; }
a { background-color: rgb(173,223,102); }
div.DivClassName
{
background-color: #ADDF66;
}
.BgClassName
{
background-color: #ADDF66;
}
</style>
border-color css
<style>
span { border-color: #ADDF66; }
span { border-color: rgb(173,223,102); }
td.TdClassName
{
border-color: #ADDF66;
}
.TagClassName
{
border-color: #ADDF66;
}
</style>