Shades of Conifer #ADF168
Tints of Conifer #ADF168
RGB
CMYK
RGB Variations
Color information
#ADF168 (or 0xADF168) is known color: Conifer. HEX triplet: AD, F1 and 68. RGB value is (173,241,104). Sum of RGB (Red+Green+Blue) = 173+241+104=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF168 is #520E97. Grayscale: #CDCDCD. Windows color (decimal): -5377688 or 6877613. OLE color: 6877613.
HSL color Cylindrical-coordinate representation of color #ADF168: hue angle of 89.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADF168 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 104 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.05 |
| HSL | 89.78º | 0.83% | 0.68% | - |
| HSV(B) | 89.78º | 0.57% | 0.95% | - |
| XYZ | 51.19 | 72.79 | 24.45 | - |
| YUV | 205.05 | 70.97 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 104 | 0.28 | 0 | 0.57 | 0.05 | 89.78 | 0.83 | 0.68 |
| Hex | AD | F1 | 68 | 1C | 0 | 39 | 5 | 5A | 53 | 44 |
| Octal | 255 | 361 | 150 | 34 | 0 | 71 | 5 | 132 | 123 | 104 |
| Binary | 10101101 | 11110001 | 1101000 | 11100 | 0 | 111001 | 101 | 1011010 | 1010011 | 1000100 |
Color Harmonies of #ADF168
Complementary color
Monochromatic Colors of #ADF168
Black with #ADF168
Text Example
Text Example
White with #ADF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF168; }
p { color: rgb(173,241,104); }
H1.HeaderClassName
{
color: #ADF168;
}
.AnyTagClassName
{
color: #ADF168;
}
</style>
background-color css
<style>
a { background-color: #ADF168; }
a { background-color: rgb(173,241,104); }
div.DivClassName
{
background-color: #ADF168;
}
.BgClassName
{
background-color: #ADF168;
}
</style>
border-color css
<style>
span { border-color: #ADF168; }
span { border-color: rgb(173,241,104); }
td.TdClassName
{
border-color: #ADF168;
}
.TagClassName
{
border-color: #ADF168;
}
</style>