Shades of Conifer #ADCE5A
Tints of Conifer #ADCE5A
RGB
CMYK
RGB Variations
Color information
#ADCE5A (or 0xADCE5A) is known color: Conifer. HEX triplet: AD, CE and 5A. RGB value is (173,206,90). Sum of RGB (Red+Green+Blue) = 173+206+90=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE5A is #5231A5. Grayscale: #B7B7B7. Windows color (decimal): -5386662 or 5951149. OLE color: 5951149.
HSL color Cylindrical-coordinate representation of color #ADCE5A: hue angle of 77.07º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADCE5A is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 90 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.19 |
| HSL | 77.07º | 0.54% | 0.58% | - |
| HSV(B) | 77.07º | 0.56% | 0.81% | - |
| XYZ | 41.15 | 53.77 | 17.88 | - |
| YUV | 182.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 90 | 0.16 | 0 | 0.56 | 0.19 | 77.07 | 0.54 | 0.58 |
| Hex | AD | CE | 5A | 10 | 0 | 38 | 13 | 4D | 36 | 3A |
| Octal | 255 | 316 | 132 | 20 | 0 | 70 | 23 | 115 | 66 | 72 |
| Binary | 10101101 | 11001110 | 1011010 | 10000 | 0 | 111000 | 10011 | 1001101 | 110110 | 111010 |
Color Harmonies of #ADCE5A
Complementary color
Monochromatic Colors of #ADCE5A
Black with #ADCE5A
Text Example
Text Example
White with #ADCE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE5A; }
p { color: rgb(173,206,90); }
H1.HeaderClassName
{
color: #ADCE5A;
}
.AnyTagClassName
{
color: #ADCE5A;
}
</style>
background-color css
<style>
a { background-color: #ADCE5A; }
a { background-color: rgb(173,206,90); }
div.DivClassName
{
background-color: #ADCE5A;
}
.BgClassName
{
background-color: #ADCE5A;
}
</style>
border-color css
<style>
span { border-color: #ADCE5A; }
span { border-color: rgb(173,206,90); }
td.TdClassName
{
border-color: #ADCE5A;
}
.TagClassName
{
border-color: #ADCE5A;
}
</style>