Shades of Conifer #ADF560
Tints of Conifer #ADF560
RGB
CMYK
RGB Variations
Color information
#ADF560 (or 0xADF560) is known color: Conifer. HEX triplet: AD, F5 and 60. RGB value is (173,245,96). Sum of RGB (Red+Green+Blue) = 173+245+96=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF560 is #520A9F. Grayscale: #CFCFCF. Windows color (decimal): -5376672 or 6354349. OLE color: 6354349.
HSL color Cylindrical-coordinate representation of color #ADF560: hue angle of 88.99º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF560 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 96 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.04 |
| HSL | 88.99º | 0.88% | 0.67% | - |
| HSV(B) | 88.99º | 0.61% | 0.96% | - |
| XYZ | 52 | 75.03 | 22.81 | - |
| YUV | 206.49 | 65.65 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 96 | 0.29 | 0 | 0.61 | 0.04 | 88.99 | 0.88 | 0.67 |
| Hex | AD | F5 | 60 | 1D | 0 | 3D | 4 | 59 | 58 | 43 |
| Octal | 255 | 365 | 140 | 35 | 0 | 75 | 4 | 131 | 130 | 103 |
| Binary | 10101101 | 11110101 | 1100000 | 11101 | 0 | 111101 | 100 | 1011001 | 1011000 | 1000011 |
Color Harmonies of #ADF560
Complementary color
Monochromatic Colors of #ADF560
Black with #ADF560
Text Example
Text Example
White with #ADF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF560; }
p { color: rgb(173,245,96); }
H1.HeaderClassName
{
color: #ADF560;
}
.AnyTagClassName
{
color: #ADF560;
}
</style>
background-color css
<style>
a { background-color: #ADF560; }
a { background-color: rgb(173,245,96); }
div.DivClassName
{
background-color: #ADF560;
}
.BgClassName
{
background-color: #ADF560;
}
</style>
border-color css
<style>
span { border-color: #ADF560; }
span { border-color: rgb(173,245,96); }
td.TdClassName
{
border-color: #ADF560;
}
.TagClassName
{
border-color: #ADF560;
}
</style>