Shades of Conifer #ADF166
Tints of Conifer #ADF166
RGB
CMYK
RGB Variations
Color information
#ADF166 (or 0xADF166) is known color: Conifer. HEX triplet: AD, F1 and 66. RGB value is (173,241,102). Sum of RGB (Red+Green+Blue) = 173+241+102=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF166 is #520E99. Grayscale: #CDCDCD. Windows color (decimal): -5377690 or 6746541. OLE color: 6746541.
HSL color Cylindrical-coordinate representation of color #ADF166: hue angle of 89.35º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADF166 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 102 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.05 |
| HSL | 89.35º | 0.83% | 0.67% | - |
| HSV(B) | 89.35º | 0.58% | 0.95% | - |
| XYZ | 51.09 | 72.75 | 23.92 | - |
| YUV | 204.82 | 69.97 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 102 | 0.28 | 0 | 0.58 | 0.05 | 89.35 | 0.83 | 0.67 |
| Hex | AD | F1 | 66 | 1C | 0 | 3A | 5 | 59 | 53 | 43 |
| Octal | 255 | 361 | 146 | 34 | 0 | 72 | 5 | 131 | 123 | 103 |
| Binary | 10101101 | 11110001 | 1100110 | 11100 | 0 | 111010 | 101 | 1011001 | 1010011 | 1000011 |
Color Harmonies of #ADF166
Complementary color
Monochromatic Colors of #ADF166
Black with #ADF166
Text Example
Text Example
White with #ADF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF166; }
p { color: rgb(173,241,102); }
H1.HeaderClassName
{
color: #ADF166;
}
.AnyTagClassName
{
color: #ADF166;
}
</style>
background-color css
<style>
a { background-color: #ADF166; }
a { background-color: rgb(173,241,102); }
div.DivClassName
{
background-color: #ADF166;
}
.BgClassName
{
background-color: #ADF166;
}
</style>
border-color css
<style>
span { border-color: #ADF166; }
span { border-color: rgb(173,241,102); }
td.TdClassName
{
border-color: #ADF166;
}
.TagClassName
{
border-color: #ADF166;
}
</style>