Shades of Conifer #ADCE5B
Tints of Conifer #ADCE5B
RGB
CMYK
RGB Variations
Color information
#ADCE5B (or 0xADCE5B) is known color: Conifer. HEX triplet: AD, CE and 5B. RGB value is (173,206,91). Sum of RGB (Red+Green+Blue) = 173+206+91=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE5B is #5231A4. Grayscale: #B7B7B7. Windows color (decimal): -5386661 or 6016685. OLE color: 6016685.
HSL color Cylindrical-coordinate representation of color #ADCE5B: hue angle of 77.22º 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 #ADCE5B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 91 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.19 |
| HSL | 77.22º | 0.54% | 0.58% | - |
| HSV(B) | 77.22º | 0.56% | 0.81% | - |
| XYZ | 41.19 | 53.78 | 18.11 | - |
| YUV | 183.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 91 | 0.16 | 0 | 0.56 | 0.19 | 77.22 | 0.54 | 0.58 |
| Hex | AD | CE | 5B | 10 | 0 | 38 | 13 | 4D | 36 | 3A |
| Octal | 255 | 316 | 133 | 20 | 0 | 70 | 23 | 115 | 66 | 72 |
| Binary | 10101101 | 11001110 | 1011011 | 10000 | 0 | 111000 | 10011 | 1001101 | 110110 | 111010 |
Color Harmonies of #ADCE5B
Complementary color
Monochromatic Colors of #ADCE5B
Black with #ADCE5B
Text Example
Text Example
White with #ADCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE5B; }
p { color: rgb(173,206,91); }
H1.HeaderClassName
{
color: #ADCE5B;
}
.AnyTagClassName
{
color: #ADCE5B;
}
</style>
background-color css
<style>
a { background-color: #ADCE5B; }
a { background-color: rgb(173,206,91); }
div.DivClassName
{
background-color: #ADCE5B;
}
.BgClassName
{
background-color: #ADCE5B;
}
</style>
border-color css
<style>
span { border-color: #ADCE5B; }
span { border-color: rgb(173,206,91); }
td.TdClassName
{
border-color: #ADCE5B;
}
.TagClassName
{
border-color: #ADCE5B;
}
</style>