Shades of Conifer #ADF664
Tints of Conifer #ADF664
RGB
CMYK
RGB Variations
Color information
#ADF664 (or 0xADF664) is known color: Conifer. HEX triplet: AD, F6 and 64. RGB value is (173,246,100). Sum of RGB (Red+Green+Blue) = 173+246+100=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF664 is #52099B. Grayscale: #D0D0D0. Windows color (decimal): -5376412 or 6616749. OLE color: 6616749.
HSL color Cylindrical-coordinate representation of color #ADF664: hue angle of 90º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF664 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 100 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.04 |
| HSL | 90º | 0.89% | 0.68% | - |
| HSV(B) | 90º | 0.59% | 0.96% | - |
| XYZ | 52.49 | 75.72 | 23.9 | - |
| YUV | 207.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 100 | 0.30 | 0 | 0.59 | 0.04 | 90 | 0.89 | 0.68 |
| Hex | AD | F6 | 64 | 1E | 0 | 3B | 4 | 5A | 59 | 44 |
| Octal | 255 | 366 | 144 | 36 | 0 | 73 | 4 | 132 | 131 | 104 |
| Binary | 10101101 | 11110110 | 1100100 | 11110 | 0 | 111011 | 100 | 1011010 | 1011001 | 1000100 |
Color Harmonies of #ADF664
Complementary color
Monochromatic Colors of #ADF664
Black with #ADF664
Text Example
Text Example
White with #ADF664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF664; }
p { color: rgb(173,246,100); }
H1.HeaderClassName
{
color: #ADF664;
}
.AnyTagClassName
{
color: #ADF664;
}
</style>
background-color css
<style>
a { background-color: #ADF664; }
a { background-color: rgb(173,246,100); }
div.DivClassName
{
background-color: #ADF664;
}
.BgClassName
{
background-color: #ADF664;
}
</style>
border-color css
<style>
span { border-color: #ADF664; }
span { border-color: rgb(173,246,100); }
td.TdClassName
{
border-color: #ADF664;
}
.TagClassName
{
border-color: #ADF664;
}
</style>