Shades of Conifer #ADCF67
Tints of Conifer #ADCF67
RGB
CMYK
RGB Variations
Color information
#ADCF67 (or 0xADCF67) is known color: Conifer. HEX triplet: AD, CF and 67. RGB value is (173,207,103). Sum of RGB (Red+Green+Blue) = 173+207+103=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF67 is #523098. Grayscale: #B9B9B9. Windows color (decimal): -5386393 or 6803373. OLE color: 6803373.
HSL color Cylindrical-coordinate representation of color #ADCF67: hue angle of 79.62º 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 #ADCF67 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 103 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.19 |
| HSL | 79.62º | 0.52% | 0.61% | - |
| HSV(B) | 79.62º | 0.5% | 0.81% | - |
| XYZ | 41.99 | 54.49 | 21.14 | - |
| YUV | 184.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 103 | 0.16 | 0 | 0.50 | 0.19 | 79.62 | 0.52 | 0.61 |
| Hex | AD | CF | 67 | 10 | 0 | 32 | 13 | 50 | 34 | 3D |
| Octal | 255 | 317 | 147 | 20 | 0 | 62 | 23 | 120 | 64 | 75 |
| Binary | 10101101 | 11001111 | 1100111 | 10000 | 0 | 110010 | 10011 | 1010000 | 110100 | 111101 |
Color Harmonies of #ADCF67
Complementary color
Monochromatic Colors of #ADCF67
Black with #ADCF67
Text Example
Text Example
White with #ADCF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF67; }
p { color: rgb(173,207,103); }
H1.HeaderClassName
{
color: #ADCF67;
}
.AnyTagClassName
{
color: #ADCF67;
}
</style>
background-color css
<style>
a { background-color: #ADCF67; }
a { background-color: rgb(173,207,103); }
div.DivClassName
{
background-color: #ADCF67;
}
.BgClassName
{
background-color: #ADCF67;
}
</style>
border-color css
<style>
span { border-color: #ADCF67; }
span { border-color: rgb(173,207,103); }
td.TdClassName
{
border-color: #ADCF67;
}
.TagClassName
{
border-color: #ADCF67;
}
</style>