Shades of Conifer #ADCF68
Tints of Conifer #ADCF68
RGB
CMYK
RGB Variations
Color information
#ADCF68 (or 0xADCF68) is known color: Conifer. HEX triplet: AD, CF and 68. RGB value is (173,207,104). Sum of RGB (Red+Green+Blue) = 173+207+104=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF68 is #523097. Grayscale: #B9B9B9. Windows color (decimal): -5386392 or 6868909. OLE color: 6868909.
HSL color Cylindrical-coordinate representation of color #ADCF68: hue angle of 79.81º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADCF68 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 104 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.19 |
| HSL | 79.81º | 0.52% | 0.61% | - |
| HSV(B) | 79.81º | 0.5% | 0.81% | - |
| XYZ | 42.05 | 54.51 | 21.4 | - |
| YUV | 185.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 104 | 0.16 | 0 | 0.50 | 0.19 | 79.81 | 0.52 | 0.61 |
| Hex | AD | CF | 68 | 10 | 0 | 32 | 13 | 50 | 34 | 3D |
| Octal | 255 | 317 | 150 | 20 | 0 | 62 | 23 | 120 | 64 | 75 |
| Binary | 10101101 | 11001111 | 1101000 | 10000 | 0 | 110010 | 10011 | 1010000 | 110100 | 111101 |
Color Harmonies of #ADCF68
Complementary color
Monochromatic Colors of #ADCF68
Black with #ADCF68
Text Example
Text Example
White with #ADCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF68; }
p { color: rgb(173,207,104); }
H1.HeaderClassName
{
color: #ADCF68;
}
.AnyTagClassName
{
color: #ADCF68;
}
</style>
background-color css
<style>
a { background-color: #ADCF68; }
a { background-color: rgb(173,207,104); }
div.DivClassName
{
background-color: #ADCF68;
}
.BgClassName
{
background-color: #ADCF68;
}
</style>
border-color css
<style>
span { border-color: #ADCF68; }
span { border-color: rgb(173,207,104); }
td.TdClassName
{
border-color: #ADCF68;
}
.TagClassName
{
border-color: #ADCF68;
}
</style>