#ADC46A

Color #ADC46A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ADC46A

Tints of Wild Willow #ADC46A

Color information

#ADC46A (or 0xADC46A) is unknown color: approx Wild Willow. HEX triplet: AD, C4 and 6A. RGB value is (173,196,106). Sum of RGB (Red+Green+Blue) = 173+196+106=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC46A is #523B95. Grayscale: #B3B3B3. Windows color (decimal): -5389206 or 6997165. OLE color: 6997165.

HSL color Cylindrical-coordinate representation of color #ADC46A: hue angle of 75.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC46A is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB173196106-
CMYK0.1200.460.23
HSL75.33º43.27%59.22%-
HSV(B)75.33º45.92%76.86%-
XYZ39.5849.421.09-
YUV178.8686.88123.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=36.42%
G=41.26%
B=22.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961060.1200.460.2375.3343.2759.22
HexADC46AC02E174b2b3b
Octal25530415214056271135373
Binary1010110111000100110101011000101110101111001011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC46A; }

 p { color: rgb(173,196,106); }

 H1.HeaderClassName
 {
   color: #ADC46A;
 }
 .AnyTagClassName
 {
   color: #ADC46A;
 }
</style>
background-color css

<style>
 a { background-color: #ADC46A; }

 a { background-color: rgb(173,196,106); }

 div.DivClassName
 {
   background-color: #ADC46A;
 }
 .BgClassName
 {
   background-color: #ADC46A;
 }
</style>
border-color css

<style>
 span { border-color: #ADC46A; }

 span { border-color: rgb(173,196,106); }

 td.TdClassName
 {
   border-color: #ADC46A;
 }
 .TagClassName
 {
   border-color: #ADC46A;
 }
</style>