Shades of Conifer #ADF860
Tints of Conifer #ADF860
RGB
CMYK
RGB Variations
Color information
#ADF860 (or 0xADF860) is known color: Conifer. HEX triplet: AD, F8 and 60. RGB value is (173,248,96). Sum of RGB (Red+Green+Blue) = 173+248+96=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF860 is #52079F. Grayscale: #D0D0D0. Windows color (decimal): -5375904 or 6355117. OLE color: 6355117.
HSL color Cylindrical-coordinate representation of color #ADF860: hue angle of 89.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF860 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 96 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.03 |
| HSL | 89.61º | 0.92% | 0.67% | - |
| HSV(B) | 89.61º | 0.61% | 0.97% | - |
| XYZ | 52.91 | 76.86 | 23.11 | - |
| YUV | 208.25 | 64.65 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 96 | 0.30 | 0 | 0.61 | 0.03 | 89.61 | 0.92 | 0.67 |
| Hex | AD | F8 | 60 | 1E | 0 | 3D | 3 | 5A | 5C | 43 |
| Octal | 255 | 370 | 140 | 36 | 0 | 75 | 3 | 132 | 134 | 103 |
| Binary | 10101101 | 11111000 | 1100000 | 11110 | 0 | 111101 | 11 | 1011010 | 1011100 | 1000011 |
Color Harmonies of #ADF860
Complementary color
Monochromatic Colors of #ADF860
Black with #ADF860
Text Example
Text Example
White with #ADF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF860; }
p { color: rgb(173,248,96); }
H1.HeaderClassName
{
color: #ADF860;
}
.AnyTagClassName
{
color: #ADF860;
}
</style>
background-color css
<style>
a { background-color: #ADF860; }
a { background-color: rgb(173,248,96); }
div.DivClassName
{
background-color: #ADF860;
}
.BgClassName
{
background-color: #ADF860;
}
</style>
border-color css
<style>
span { border-color: #ADF860; }
span { border-color: rgb(173,248,96); }
td.TdClassName
{
border-color: #ADF860;
}
.TagClassName
{
border-color: #ADF860;
}
</style>