#ADC465

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

Shades of Wild Willow #ADC465

Tints of Wild Willow #ADC465

Color information

#ADC465 (or 0xADC465) is unknown color: approx Wild Willow. HEX triplet: AD, C4 and 65. RGB value is (173,196,101). Sum of RGB (Red+Green+Blue) = 173+196+101=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC465 is #523B9A. Grayscale: #B2B2B2. Windows color (decimal): -5389211 or 6669485. OLE color: 6669485.

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

Color convert

RGB173196101-
CMYK0.1200.480.23
HSL74.53º44.6%58.24%-
HSV(B)74.53º48.47%76.86%-
XYZ39.3249.319.76-
YUV178.2984.38124.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 101 (39.84% from 255) = 21.49%
R=36.81%
G=41.70%
B=21.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961010.1200.480.2374.5344.658.24
HexADC465C030174b2d3a
Octal25530414514060271135572
Binary1010110111000100110010111000110000101111001011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC465; }

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

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

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

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

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

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

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

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