#ADC661

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

Shades of Wild Willow #ADC661

Tints of Wild Willow #ADC661

Color information

#ADC661 (or 0xADC661) is unknown color: approx Wild Willow. HEX triplet: AD, C6 and 61. RGB value is (173,198,97). Sum of RGB (Red+Green+Blue) = 173+198+97=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC661 is #52399E. Grayscale: #B3B3B3. Windows color (decimal): -5388703 or 6407853. OLE color: 6407853.

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

Color convert

RGB17319897-
CMYK0.1300.510.22
HSL74.85º46.98%57.84%-
HSV(B)74.85º51.01%77.65%-
XYZ39.5950.1418.9-
YUV179.0181.72123.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 198 (77.73% from 255) = 42.31%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=36.97%
G=42.31%
B=20.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173198970.1300.510.2274.8546.9857.84
HexADC661D033164b2f3a
Octal25530614115063261135772
Binary1010110111000110110000111010110011101101001011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC661; }

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

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

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

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

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

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

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

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