Shades of Conifer #ADF164
Tints of Conifer #ADF164
RGB
CMYK
RGB Variations
Color information
#ADF164 (or 0xADF164) is known color: Conifer. HEX triplet: AD, F1 and 64. RGB value is (173,241,100). Sum of RGB (Red+Green+Blue) = 173+241+100=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF164 is #520E9B. Grayscale: #CDCDCD. Windows color (decimal): -5377692 or 6615469. OLE color: 6615469.
HSL color Cylindrical-coordinate representation of color #ADF164: hue angle of 88.94º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF164 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 100 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.05 |
| HSL | 88.94º | 0.83% | 0.67% | - |
| HSV(B) | 88.94º | 0.59% | 0.95% | - |
| XYZ | 50.99 | 72.71 | 23.4 | - |
| YUV | 204.59 | 68.97 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 100 | 0.28 | 0 | 0.59 | 0.05 | 88.94 | 0.83 | 0.67 |
| Hex | AD | F1 | 64 | 1C | 0 | 3B | 5 | 59 | 53 | 43 |
| Octal | 255 | 361 | 144 | 34 | 0 | 73 | 5 | 131 | 123 | 103 |
| Binary | 10101101 | 11110001 | 1100100 | 11100 | 0 | 111011 | 101 | 1011001 | 1010011 | 1000011 |
Color Harmonies of #ADF164
Complementary color
Monochromatic Colors of #ADF164
Black with #ADF164
Text Example
Text Example
White with #ADF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF164; }
p { color: rgb(173,241,100); }
H1.HeaderClassName
{
color: #ADF164;
}
.AnyTagClassName
{
color: #ADF164;
}
</style>
background-color css
<style>
a { background-color: #ADF164; }
a { background-color: rgb(173,241,100); }
div.DivClassName
{
background-color: #ADF164;
}
.BgClassName
{
background-color: #ADF164;
}
</style>
border-color css
<style>
span { border-color: #ADF164; }
span { border-color: rgb(173,241,100); }
td.TdClassName
{
border-color: #ADF164;
}
.TagClassName
{
border-color: #ADF164;
}
</style>