Shades of Conifer #ADCF4A
Tints of Conifer #ADCF4A
RGB
CMYK
RGB Variations
Color information
#ADCF4A (or 0xADCF4A) is known color: Conifer. HEX triplet: AD, CF and 4A. RGB value is (173,207,74). Sum of RGB (Red+Green+Blue) = 173+207+74=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF4A is #5230B5. Grayscale: #B6B6B6. Windows color (decimal): -5386422 or 4902829. OLE color: 4902829.
HSL color Cylindrical-coordinate representation of color #ADCF4A: hue angle of 75.34º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADCF4A is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 74 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.19 |
| HSL | 75.34º | 0.58% | 0.55% | - |
| HSV(B) | 75.34º | 0.64% | 0.81% | - |
| XYZ | 40.78 | 54 | 14.75 | - |
| YUV | 181.67 | 67.24 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 74 | 0.16 | 0 | 0.64 | 0.19 | 75.34 | 0.58 | 0.55 |
| Hex | AD | CF | 4A | 10 | 0 | 40 | 13 | 4B | 3A | 37 |
| Octal | 255 | 317 | 112 | 20 | 0 | 100 | 23 | 113 | 72 | 67 |
| Binary | 10101101 | 11001111 | 1001010 | 10000 | 0 | 1000000 | 10011 | 1001011 | 111010 | 110111 |
Color Harmonies of #ADCF4A
Complementary color
Monochromatic Colors of #ADCF4A
Black with #ADCF4A
Text Example
Text Example
White with #ADCF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF4A; }
p { color: rgb(173,207,74); }
H1.HeaderClassName
{
color: #ADCF4A;
}
.AnyTagClassName
{
color: #ADCF4A;
}
</style>
background-color css
<style>
a { background-color: #ADCF4A; }
a { background-color: rgb(173,207,74); }
div.DivClassName
{
background-color: #ADCF4A;
}
.BgClassName
{
background-color: #ADCF4A;
}
</style>
border-color css
<style>
span { border-color: #ADCF4A; }
span { border-color: rgb(173,207,74); }
td.TdClassName
{
border-color: #ADCF4A;
}
.TagClassName
{
border-color: #ADCF4A;
}
</style>