#ADCA5E

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

Shades of Wild Willow #ADCA5E

Tints of Wild Willow #ADCA5E

Color information

#ADCA5E (or 0xADCA5E) is unknown color: approx Wild Willow. HEX triplet: AD, CA and 5E. RGB value is (173,202,94). Sum of RGB (Red+Green+Blue) = 173+202+94=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA5E is #5235A1. Grayscale: #B5B5B5. Windows color (decimal): -5387682 or 6212269. OLE color: 6212269.

HSL color Cylindrical-coordinate representation of color #ADCA5E: hue angle of 76.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADCA5E is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB17320294-
CMYK0.1400.530.21
HSL76.11º50.47%58.04%-
HSV(B)76.11º53.47%79.22%-
XYZ40.3751.9318.49-
YUV181.0278.89122.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 94 (37.11% from 255) = 20.04%
R=36.89%
G=43.07%
B=20.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173202940.1400.530.2176.1150.4758.04
HexADCA5EE035154c323a
Octal25531213616065251146272
Binary1010110111001010101111011100110101101011001100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA5E; }

 p { color: rgb(173,202,94); }

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

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

 a { background-color: rgb(173,202,94); }

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

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

 span { border-color: rgb(173,202,94); }

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