Shades of Conifer #ADF066
Tints of Conifer #ADF066
RGB
CMYK
RGB Variations
Color information
#ADF066 (or 0xADF066) is known color: Conifer. HEX triplet: AD, F0 and 66. RGB value is (173,240,102). Sum of RGB (Red+Green+Blue) = 173+240+102=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF066 is #520F99. Grayscale: #CCCCCC. Windows color (decimal): -5377946 or 6746285. OLE color: 6746285.
HSL color Cylindrical-coordinate representation of color #ADF066: hue angle of 89.13º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADF066 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 102 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.06 |
| HSL | 89.13º | 0.82% | 0.67% | - |
| HSV(B) | 89.13º | 0.58% | 0.94% | - |
| XYZ | 50.79 | 72.16 | 23.82 | - |
| YUV | 204.24 | 70.3 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 102 | 0.28 | 0 | 0.58 | 0.06 | 89.13 | 0.82 | 0.67 |
| Hex | AD | F0 | 66 | 1C | 0 | 3A | 6 | 59 | 52 | 43 |
| Octal | 255 | 360 | 146 | 34 | 0 | 72 | 6 | 131 | 122 | 103 |
| Binary | 10101101 | 11110000 | 1100110 | 11100 | 0 | 111010 | 110 | 1011001 | 1010010 | 1000011 |
Color Harmonies of #ADF066
Complementary color
Monochromatic Colors of #ADF066
Black with #ADF066
Text Example
Text Example
White with #ADF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF066; }
p { color: rgb(173,240,102); }
H1.HeaderClassName
{
color: #ADF066;
}
.AnyTagClassName
{
color: #ADF066;
}
</style>
background-color css
<style>
a { background-color: #ADF066; }
a { background-color: rgb(173,240,102); }
div.DivClassName
{
background-color: #ADF066;
}
.BgClassName
{
background-color: #ADF066;
}
</style>
border-color css
<style>
span { border-color: #ADF066; }
span { border-color: rgb(173,240,102); }
td.TdClassName
{
border-color: #ADF066;
}
.TagClassName
{
border-color: #ADF066;
}
</style>