#ADC660

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

Shades of Wild Willow #ADC660

Tints of Wild Willow #ADC660

Color information

#ADC660 (or 0xADC660) is unknown color: approx Wild Willow. HEX triplet: AD, C6 and 60. RGB value is (173,198,96). Sum of RGB (Red+Green+Blue) = 173+198+96=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC660 is #52399F. Grayscale: #B3B3B3. Windows color (decimal): -5388704 or 6342317. OLE color: 6342317.

HSL color Cylindrical-coordinate representation of color #ADC660: hue angle of 74.71º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC660 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB17319896-
CMYK0.1300.520.22
HSL74.71º47.22%57.65%-
HSV(B)74.71º51.52%77.65%-
XYZ39.5450.1218.66-
YUV178.981.22123.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=37.04%
G=42.40%
B=20.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173198960.1300.520.2274.7147.2257.65
HexADC660D034164b2f3a
Octal25530614015064261135772
Binary1010110111000110110000011010110100101101001011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC660; }

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

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

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

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

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

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

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

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