#ADC463

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

Shades of Wild Willow #ADC463

Tints of Wild Willow #ADC463

Color information

#ADC463 (or 0xADC463) is unknown color: approx Wild Willow. HEX triplet: AD, C4 and 63. RGB value is (173,196,99). Sum of RGB (Red+Green+Blue) = 173+196+99=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC463 is #523B9C. Grayscale: #B2B2B2. Windows color (decimal): -5389213 or 6538413. OLE color: 6538413.

HSL color Cylindrical-coordinate representation of color #ADC463: hue angle of 74.23º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC463 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB17319699-
CMYK0.1200.490.23
HSL74.23º45.12%57.84%-
HSV(B)74.23º49.49%76.86%-
XYZ39.2349.2619.25-
YUV178.0683.38124.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 99 (39.06% from 255) = 21.15%
R=36.97%
G=41.88%
B=21.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173196990.1200.490.2374.2345.1257.84
HexADC463C031174a2d3a
Octal25530414314061271125572
Binary1010110111000100110001111000110001101111001010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC463; }

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

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

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

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

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

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

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

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