Shades of Wild Willow #ADCE6A
Tints of Wild Willow #ADCE6A
RGB
CMYK
RGB Variations
Color information
#ADCE6A (or 0xADCE6A) is known color: Wild Willow. HEX triplet: AD, CE and 6A. RGB value is (173,206,106). Sum of RGB (Red+Green+Blue) = 173+206+106=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE6A is #523195. Grayscale: #B9B9B9. Windows color (decimal): -5386646 or 6999725. OLE color: 6999725.
HSL color Cylindrical-coordinate representation of color #ADCE6A: hue angle of 79.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADCE6A is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 106 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.19 |
| HSL | 79.8º | 0.51% | 0.61% | - |
| HSV(B) | 79.8º | 0.49% | 0.81% | - |
| XYZ | 41.91 | 54.07 | 21.86 | - |
| YUV | 184.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 106 | 0.16 | 0 | 0.49 | 0.19 | 79.8 | 0.51 | 0.61 |
| Hex | AD | CE | 6A | 10 | 0 | 31 | 13 | 50 | 33 | 3D |
| Octal | 255 | 316 | 152 | 20 | 0 | 61 | 23 | 120 | 63 | 75 |
| Binary | 10101101 | 11001110 | 1101010 | 10000 | 0 | 110001 | 10011 | 1010000 | 110011 | 111101 |
Color Harmonies of #ADCE6A
Complementary color
Monochromatic Colors of #ADCE6A
Black with #ADCE6A
Text Example
Text Example
White with #ADCE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE6A; }
p { color: rgb(173,206,106); }
H1.HeaderClassName
{
color: #ADCE6A;
}
.AnyTagClassName
{
color: #ADCE6A;
}
</style>
background-color css
<style>
a { background-color: #ADCE6A; }
a { background-color: rgb(173,206,106); }
div.DivClassName
{
background-color: #ADCE6A;
}
.BgClassName
{
background-color: #ADCE6A;
}
</style>
border-color css
<style>
span { border-color: #ADCE6A; }
span { border-color: rgb(173,206,106); }
td.TdClassName
{
border-color: #ADCE6A;
}
.TagClassName
{
border-color: #ADCE6A;
}
</style>