Shades of Conifer #ADF960
Tints of Conifer #ADF960
RGB
CMYK
RGB Variations
Color information
#ADF960 (or 0xADF960) is known color: Conifer. HEX triplet: AD, F9 and 60. RGB value is (173,249,96). Sum of RGB (Red+Green+Blue) = 173+249+96=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF960 is #52069F. Grayscale: #D1D1D1. Windows color (decimal): -5375648 or 6355373. OLE color: 6355373.
HSL color Cylindrical-coordinate representation of color #ADF960: hue angle of 89.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF960 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 96 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.02 |
| HSL | 89.8º | 0.93% | 0.68% | - |
| HSV(B) | 89.8º | 0.61% | 0.98% | - |
| XYZ | 53.22 | 77.48 | 23.22 | - |
| YUV | 208.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 96 | 0.31 | 0 | 0.61 | 0.02 | 89.8 | 0.93 | 0.68 |
| Hex | AD | F9 | 60 | 1F | 0 | 3D | 2 | 5A | 5D | 44 |
| Octal | 255 | 371 | 140 | 37 | 0 | 75 | 2 | 132 | 135 | 104 |
| Binary | 10101101 | 11111001 | 1100000 | 11111 | 0 | 111101 | 10 | 1011010 | 1011101 | 1000100 |
Color Harmonies of #ADF960
Complementary color
Monochromatic Colors of #ADF960
Black with #ADF960
Text Example
Text Example
White with #ADF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF960; }
p { color: rgb(173,249,96); }
H1.HeaderClassName
{
color: #ADF960;
}
.AnyTagClassName
{
color: #ADF960;
}
</style>
background-color css
<style>
a { background-color: #ADF960; }
a { background-color: rgb(173,249,96); }
div.DivClassName
{
background-color: #ADF960;
}
.BgClassName
{
background-color: #ADF960;
}
</style>
border-color css
<style>
span { border-color: #ADF960; }
span { border-color: rgb(173,249,96); }
td.TdClassName
{
border-color: #ADF960;
}
.TagClassName
{
border-color: #ADF960;
}
</style>