#ADC469

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

Shades of Wild Willow #ADC469

Tints of Wild Willow #ADC469

Color information

#ADC469 (or 0xADC469) is unknown color: approx Wild Willow. HEX triplet: AD, C4 and 69. RGB value is (173,196,105). Sum of RGB (Red+Green+Blue) = 173+196+105=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC469 is #523B96. Grayscale: #B3B3B3. Windows color (decimal): -5389207 or 6931629. OLE color: 6931629.

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

Color convert

RGB173196105-
CMYK0.1200.460.23
HSL75.16º43.54%59.02%-
HSV(B)75.16º46.43%76.86%-
XYZ39.5249.3820.81-
YUV178.7586.38123.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 196 (76.95% from 255) = 41.35%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=36.50%
G=41.35%
B=22.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961050.1200.460.2375.1643.5459.02
HexADC469C02E174b2c3b
Octal25530415114056271135473
Binary1010110111000100110100111000101110101111001011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC469; }

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

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

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

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

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

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

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

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