#ADC160

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

Shades of Wild Willow #ADC160

Tints of Wild Willow #ADC160

Color information

#ADC160 (or 0xADC160) is unknown color: approx Wild Willow. HEX triplet: AD, C1 and 60. RGB value is (173,193,96). Sum of RGB (Red+Green+Blue) = 173+193+96=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC160 is #523E9F. Grayscale: #B0B0B0. Windows color (decimal): -5389984 or 6341037. OLE color: 6341037.

HSL color Cylindrical-coordinate representation of color #ADC160: hue angle of 72.37º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC160 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB17319396-
CMYK0.1000.500.24
HSL72.37º43.89%56.67%-
HSV(B)72.37º50.26%75.69%-
XYZ38.4147.8718.28-
YUV175.9682.87125.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=37.45%
G=41.77%
B=20.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173193960.1000.500.2472.3743.8956.67
HexADC160A03218482c39
Octal25530114012062301105471
Binary1010110111000001110000010100110010110001001000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC160; }

 p { color: rgb(173,193,96); }

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

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

 a { background-color: rgb(173,193,96); }

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

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

 span { border-color: rgb(173,193,96); }

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