Shades of Conifer #ADF065
Tints of Conifer #ADF065
RGB
CMYK
RGB Variations
Color information
#ADF065 (or 0xADF065) is known color: Conifer. HEX triplet: AD, F0 and 65. RGB value is (173,240,101). Sum of RGB (Red+Green+Blue) = 173+240+101=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF065 is #520F9A. Grayscale: #CCCCCC. Windows color (decimal): -5377947 or 6680749. OLE color: 6680749.
HSL color Cylindrical-coordinate representation of color #ADF065: hue angle of 88.92º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADF065 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 101 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.06 |
| HSL | 88.92º | 0.82% | 0.67% | - |
| HSV(B) | 88.92º | 0.58% | 0.94% | - |
| XYZ | 50.74 | 72.14 | 23.56 | - |
| YUV | 204.12 | 69.8 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 101 | 0.28 | 0 | 0.58 | 0.06 | 88.92 | 0.82 | 0.67 |
| Hex | AD | F0 | 65 | 1C | 0 | 3A | 6 | 59 | 52 | 43 |
| Octal | 255 | 360 | 145 | 34 | 0 | 72 | 6 | 131 | 122 | 103 |
| Binary | 10101101 | 11110000 | 1100101 | 11100 | 0 | 111010 | 110 | 1011001 | 1010010 | 1000011 |
Color Harmonies of #ADF065
Complementary color
Monochromatic Colors of #ADF065
Black with #ADF065
Text Example
Text Example
White with #ADF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF065; }
p { color: rgb(173,240,101); }
H1.HeaderClassName
{
color: #ADF065;
}
.AnyTagClassName
{
color: #ADF065;
}
</style>
background-color css
<style>
a { background-color: #ADF065; }
a { background-color: rgb(173,240,101); }
div.DivClassName
{
background-color: #ADF065;
}
.BgClassName
{
background-color: #ADF065;
}
</style>
border-color css
<style>
span { border-color: #ADF065; }
span { border-color: rgb(173,240,101); }
td.TdClassName
{
border-color: #ADF065;
}
.TagClassName
{
border-color: #ADF065;
}
</style>