Shades of Conifer #ADF861
Tints of Conifer #ADF861
RGB
CMYK
RGB Variations
Color information
#ADF861 (or 0xADF861) is known color: Conifer. HEX triplet: AD, F8 and 61. RGB value is (173,248,97). Sum of RGB (Red+Green+Blue) = 173+248+97=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF861 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF861 is #52079E. Grayscale: #D0D0D0. Windows color (decimal): -5375903 or 6420653. OLE color: 6420653.
HSL color Cylindrical-coordinate representation of color #ADF861: hue angle of 89.8º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF861 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 97 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.03 |
| HSL | 89.8º | 0.92% | 0.68% | - |
| HSV(B) | 89.8º | 0.61% | 0.97% | - |
| XYZ | 52.96 | 76.88 | 23.36 | - |
| YUV | 208.36 | 65.15 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 97 | 0.30 | 0 | 0.61 | 0.03 | 89.8 | 0.92 | 0.68 |
| Hex | AD | F8 | 61 | 1E | 0 | 3D | 3 | 5A | 5C | 44 |
| Octal | 255 | 370 | 141 | 36 | 0 | 75 | 3 | 132 | 134 | 104 |
| Binary | 10101101 | 11111000 | 1100001 | 11110 | 0 | 111101 | 11 | 1011010 | 1011100 | 1000100 |
Color Harmonies of #ADF861
Complementary color
Monochromatic Colors of #ADF861
Black with #ADF861
Text Example
Text Example
White with #ADF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF861; }
p { color: rgb(173,248,97); }
H1.HeaderClassName
{
color: #ADF861;
}
.AnyTagClassName
{
color: #ADF861;
}
</style>
background-color css
<style>
a { background-color: #ADF861; }
a { background-color: rgb(173,248,97); }
div.DivClassName
{
background-color: #ADF861;
}
.BgClassName
{
background-color: #ADF861;
}
</style>
border-color css
<style>
span { border-color: #ADF861; }
span { border-color: rgb(173,248,97); }
td.TdClassName
{
border-color: #ADF861;
}
.TagClassName
{
border-color: #ADF861;
}
</style>