#ADC467

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

Shades of Wild Willow #ADC467

Tints of Wild Willow #ADC467

Color information

#ADC467 (or 0xADC467) is unknown color: approx Wild Willow. HEX triplet: AD, C4 and 67. RGB value is (173,196,103). Sum of RGB (Red+Green+Blue) = 173+196+103=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC467 is #523B98. Grayscale: #B2B2B2. Windows color (decimal): -5389209 or 6800557. OLE color: 6800557.

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

Color convert

RGB173196103-
CMYK0.1200.470.23
HSL74.84º44.08%58.63%-
HSV(B)74.84º47.45%76.86%-
XYZ39.4249.3420.28-
YUV178.5285.38124.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=36.65%
G=41.53%
B=21.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961030.1200.470.2374.8444.0858.63
HexADC467C02F174b2c3b
Octal25530414714057271135473
Binary1010110111000100110011111000101111101111001011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC467; }

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

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

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

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

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

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

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

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