Shades of Conifer #ADCF5A
Tints of Conifer #ADCF5A
RGB
CMYK
RGB Variations
Color information
#ADCF5A (or 0xADCF5A) is known color: Conifer. HEX triplet: AD, CF and 5A. RGB value is (173,207,90). Sum of RGB (Red+Green+Blue) = 173+207+90=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF5A is #5230A5. Grayscale: #B7B7B7. Windows color (decimal): -5386406 or 5951405. OLE color: 5951405.
HSL color Cylindrical-coordinate representation of color #ADCF5A: hue angle of 77.44º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADCF5A is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 90 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.19 |
| HSL | 77.44º | 0.55% | 0.58% | - |
| HSV(B) | 77.44º | 0.57% | 0.81% | - |
| XYZ | 41.39 | 54.25 | 17.96 | - |
| YUV | 183.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 90 | 0.16 | 0 | 0.57 | 0.19 | 77.44 | 0.55 | 0.58 |
| Hex | AD | CF | 5A | 10 | 0 | 39 | 13 | 4D | 37 | 3A |
| Octal | 255 | 317 | 132 | 20 | 0 | 71 | 23 | 115 | 67 | 72 |
| Binary | 10101101 | 11001111 | 1011010 | 10000 | 0 | 111001 | 10011 | 1001101 | 110111 | 111010 |
Color Harmonies of #ADCF5A
Complementary color
Monochromatic Colors of #ADCF5A
Black with #ADCF5A
Text Example
Text Example
White with #ADCF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF5A; }
p { color: rgb(173,207,90); }
H1.HeaderClassName
{
color: #ADCF5A;
}
.AnyTagClassName
{
color: #ADCF5A;
}
</style>
background-color css
<style>
a { background-color: #ADCF5A; }
a { background-color: rgb(173,207,90); }
div.DivClassName
{
background-color: #ADCF5A;
}
.BgClassName
{
background-color: #ADCF5A;
}
</style>
border-color css
<style>
span { border-color: #ADCF5A; }
span { border-color: rgb(173,207,90); }
td.TdClassName
{
border-color: #ADCF5A;
}
.TagClassName
{
border-color: #ADCF5A;
}
</style>