Shades of Conifer #ADCD5A
Tints of Conifer #ADCD5A
RGB
CMYK
RGB Variations
Color information
#ADCD5A (or 0xADCD5A) is known color: Conifer. HEX triplet: AD, CD and 5A. RGB value is (173,205,90). Sum of RGB (Red+Green+Blue) = 173+205+90=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD5A is #5232A5. Grayscale: #B6B6B6. Windows color (decimal): -5386918 or 5950893. OLE color: 5950893.
HSL color Cylindrical-coordinate representation of color #ADCD5A: hue angle of 76.7º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADCD5A is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 90 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.20 |
| HSL | 76.7º | 0.53% | 0.58% | - |
| HSV(B) | 76.7º | 0.56% | 0.8% | - |
| XYZ | 40.91 | 53.29 | 17.8 | - |
| YUV | 182.32 | 75.9 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 90 | 0.16 | 0 | 0.56 | 0.20 | 76.7 | 0.53 | 0.58 |
| Hex | AD | CD | 5A | 10 | 0 | 38 | 14 | 4D | 35 | 3A |
| Octal | 255 | 315 | 132 | 20 | 0 | 70 | 24 | 115 | 65 | 72 |
| Binary | 10101101 | 11001101 | 1011010 | 10000 | 0 | 111000 | 10100 | 1001101 | 110101 | 111010 |
Color Harmonies of #ADCD5A
Complementary color
Monochromatic Colors of #ADCD5A
Black with #ADCD5A
Text Example
Text Example
White with #ADCD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD5A; }
p { color: rgb(173,205,90); }
H1.HeaderClassName
{
color: #ADCD5A;
}
.AnyTagClassName
{
color: #ADCD5A;
}
</style>
background-color css
<style>
a { background-color: #ADCD5A; }
a { background-color: rgb(173,205,90); }
div.DivClassName
{
background-color: #ADCD5A;
}
.BgClassName
{
background-color: #ADCD5A;
}
</style>
border-color css
<style>
span { border-color: #ADCD5A; }
span { border-color: rgb(173,205,90); }
td.TdClassName
{
border-color: #ADCD5A;
}
.TagClassName
{
border-color: #ADCD5A;
}
</style>