Shades of Conifer #ADCF65
Tints of Conifer #ADCF65
RGB
CMYK
RGB Variations
Color information
#ADCF65 (or 0xADCF65) is known color: Conifer. HEX triplet: AD, CF and 65. RGB value is (173,207,101). Sum of RGB (Red+Green+Blue) = 173+207+101=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF65 is #52309A. Grayscale: #B9B9B9. Windows color (decimal): -5386395 or 6672301. OLE color: 6672301.
HSL color Cylindrical-coordinate representation of color #ADCF65: hue angle of 79.25º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADCF65 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 101 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.19 |
| HSL | 79.25º | 0.52% | 0.6% | - |
| HSV(B) | 79.25º | 0.51% | 0.81% | - |
| XYZ | 41.9 | 54.45 | 20.61 | - |
| YUV | 184.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 101 | 0.16 | 0 | 0.51 | 0.19 | 79.25 | 0.52 | 0.6 |
| Hex | AD | CF | 65 | 10 | 0 | 33 | 13 | 4F | 34 | 3C |
| Octal | 255 | 317 | 145 | 20 | 0 | 63 | 23 | 117 | 64 | 74 |
| Binary | 10101101 | 11001111 | 1100101 | 10000 | 0 | 110011 | 10011 | 1001111 | 110100 | 111100 |
Color Harmonies of #ADCF65
Complementary color
Monochromatic Colors of #ADCF65
Black with #ADCF65
Text Example
Text Example
White with #ADCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF65; }
p { color: rgb(173,207,101); }
H1.HeaderClassName
{
color: #ADCF65;
}
.AnyTagClassName
{
color: #ADCF65;
}
</style>
background-color css
<style>
a { background-color: #ADCF65; }
a { background-color: rgb(173,207,101); }
div.DivClassName
{
background-color: #ADCF65;
}
.BgClassName
{
background-color: #ADCF65;
}
</style>
border-color css
<style>
span { border-color: #ADCF65; }
span { border-color: rgb(173,207,101); }
td.TdClassName
{
border-color: #ADCF65;
}
.TagClassName
{
border-color: #ADCF65;
}
</style>