Shades of Conifer #ADCF52
Tints of Conifer #ADCF52
RGB
CMYK
RGB Variations
Color information
#ADCF52 (or 0xADCF52) is known color: Conifer. HEX triplet: AD, CF and 52. RGB value is (173,207,82). Sum of RGB (Red+Green+Blue) = 173+207+82=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF52 is #5230AD. Grayscale: #B7B7B7. Windows color (decimal): -5386414 or 5427117. OLE color: 5427117.
HSL color Cylindrical-coordinate representation of color #ADCF52: hue angle of 76.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADCF52 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 82 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.19 |
| HSL | 76.32º | 0.57% | 0.57% | - |
| HSV(B) | 76.32º | 0.6% | 0.81% | - |
| XYZ | 41.07 | 54.12 | 16.26 | - |
| YUV | 182.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 82 | 0.16 | 0 | 0.60 | 0.19 | 76.32 | 0.57 | 0.57 |
| Hex | AD | CF | 52 | 10 | 0 | 3C | 13 | 4C | 39 | 39 |
| Octal | 255 | 317 | 122 | 20 | 0 | 74 | 23 | 114 | 71 | 71 |
| Binary | 10101101 | 11001111 | 1010010 | 10000 | 0 | 111100 | 10011 | 1001100 | 111001 | 111001 |
Color Harmonies of #ADCF52
Complementary color
Monochromatic Colors of #ADCF52
Black with #ADCF52
Text Example
Text Example
White with #ADCF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF52; }
p { color: rgb(173,207,82); }
H1.HeaderClassName
{
color: #ADCF52;
}
.AnyTagClassName
{
color: #ADCF52;
}
</style>
background-color css
<style>
a { background-color: #ADCF52; }
a { background-color: rgb(173,207,82); }
div.DivClassName
{
background-color: #ADCF52;
}
.BgClassName
{
background-color: #ADCF52;
}
</style>
border-color css
<style>
span { border-color: #ADCF52; }
span { border-color: rgb(173,207,82); }
td.TdClassName
{
border-color: #ADCF52;
}
.TagClassName
{
border-color: #ADCF52;
}
</style>