Shades of Conifer #ADF863
Tints of Conifer #ADF863
RGB
CMYK
RGB Variations
Color information
#ADF863 (or 0xADF863) is known color: Conifer. HEX triplet: AD, F8 and 63. RGB value is (173,248,99). Sum of RGB (Red+Green+Blue) = 173+248+99=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF863 is #52079C. Grayscale: #D1D1D1. Windows color (decimal): -5375901 or 6551725. OLE color: 6551725.
HSL color Cylindrical-coordinate representation of color #ADF863: hue angle of 90.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADF863 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 99 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.03 |
| HSL | 90.2º | 0.91% | 0.68% | - |
| HSV(B) | 90.2º | 0.6% | 0.97% | - |
| XYZ | 53.05 | 76.92 | 23.86 | - |
| YUV | 208.59 | 66.15 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 99 | 0.30 | 0 | 0.60 | 0.03 | 90.2 | 0.91 | 0.68 |
| Hex | AD | F8 | 63 | 1E | 0 | 3C | 3 | 5A | 5B | 44 |
| Octal | 255 | 370 | 143 | 36 | 0 | 74 | 3 | 132 | 133 | 104 |
| Binary | 10101101 | 11111000 | 1100011 | 11110 | 0 | 111100 | 11 | 1011010 | 1011011 | 1000100 |
Color Harmonies of #ADF863
Complementary color
Monochromatic Colors of #ADF863
Black with #ADF863
Text Example
Text Example
White with #ADF863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF863; }
p { color: rgb(173,248,99); }
H1.HeaderClassName
{
color: #ADF863;
}
.AnyTagClassName
{
color: #ADF863;
}
</style>
background-color css
<style>
a { background-color: #ADF863; }
a { background-color: rgb(173,248,99); }
div.DivClassName
{
background-color: #ADF863;
}
.BgClassName
{
background-color: #ADF863;
}
</style>
border-color css
<style>
span { border-color: #ADF863; }
span { border-color: rgb(173,248,99); }
td.TdClassName
{
border-color: #ADF863;
}
.TagClassName
{
border-color: #ADF863;
}
</style>