#ADC260

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

Shades of Wild Willow #ADC260

Tints of Wild Willow #ADC260

Color information

#ADC260 (or 0xADC260) is unknown color: approx Wild Willow. HEX triplet: AD, C2 and 60. RGB value is (173,194,96). Sum of RGB (Red+Green+Blue) = 173+194+96=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC260 is #523D9F. Grayscale: #B0B0B0. Windows color (decimal): -5389728 or 6341293. OLE color: 6341293.

HSL color Cylindrical-coordinate representation of color #ADC260: hue angle of 72.86º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC260 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB17319496-
CMYK0.1100.510.24
HSL72.86º44.55%56.86%-
HSV(B)72.86º50.52%76.08%-
XYZ38.6448.3118.36-
YUV176.5582.54125.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=37.37%
G=41.90%
B=20.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173194960.1100.510.2472.8644.5556.86
HexADC260B03318492d39
Octal25530214013063301115571
Binary1010110111000010110000010110110011110001001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC260; }

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

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

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

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

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

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

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

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