#ADC663

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

Shades of Wild Willow #ADC663

Tints of Wild Willow #ADC663

Color information

#ADC663 (or 0xADC663) is unknown color: approx Wild Willow. HEX triplet: AD, C6 and 63. RGB value is (173,198,99). Sum of RGB (Red+Green+Blue) = 173+198+99=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC663 is #52399C. Grayscale: #B3B3B3. Windows color (decimal): -5388701 or 6538925. OLE color: 6538925.

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

Color convert

RGB17319899-
CMYK0.1300.500.22
HSL75.15º46.48%58.24%-
HSV(B)75.15º50%77.65%-
XYZ39.6850.1719.4-
YUV179.2482.72123.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=36.81%
G=42.13%
B=21.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173198990.1300.500.2275.1546.4858.24
HexADC663D032164b2e3a
Octal25530614315062261135672
Binary1010110111000110110001111010110010101101001011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC663; }

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

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

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

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

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

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

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

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