Shades of Conifer #ADF662
Tints of Conifer #ADF662
RGB
CMYK
RGB Variations
Color information
#ADF662 (or 0xADF662) is known color: Conifer. HEX triplet: AD, F6 and 62. RGB value is (173,246,98). Sum of RGB (Red+Green+Blue) = 173+246+98=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF662 is #52099D. Grayscale: #CFCFCF. Windows color (decimal): -5376414 or 6485677. OLE color: 6485677.
HSL color Cylindrical-coordinate representation of color #ADF662: hue angle of 89.59º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADF662 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 98 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.04 |
| HSL | 89.59º | 0.89% | 0.67% | - |
| HSV(B) | 89.59º | 0.6% | 0.96% | - |
| XYZ | 52.39 | 75.68 | 23.4 | - |
| YUV | 207.3 | 66.32 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 98 | 0.30 | 0 | 0.60 | 0.04 | 89.59 | 0.89 | 0.67 |
| Hex | AD | F6 | 62 | 1E | 0 | 3C | 4 | 5A | 59 | 43 |
| Octal | 255 | 366 | 142 | 36 | 0 | 74 | 4 | 132 | 131 | 103 |
| Binary | 10101101 | 11110110 | 1100010 | 11110 | 0 | 111100 | 100 | 1011010 | 1011001 | 1000011 |
Color Harmonies of #ADF662
Complementary color
Monochromatic Colors of #ADF662
Black with #ADF662
Text Example
Text Example
White with #ADF662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF662; }
p { color: rgb(173,246,98); }
H1.HeaderClassName
{
color: #ADF662;
}
.AnyTagClassName
{
color: #ADF662;
}
</style>
background-color css
<style>
a { background-color: #ADF662; }
a { background-color: rgb(173,246,98); }
div.DivClassName
{
background-color: #ADF662;
}
.BgClassName
{
background-color: #ADF662;
}
</style>
border-color css
<style>
span { border-color: #ADF662; }
span { border-color: rgb(173,246,98); }
td.TdClassName
{
border-color: #ADF662;
}
.TagClassName
{
border-color: #ADF662;
}
</style>