#ADC364

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

Shades of Wild Willow #ADC364

Tints of Wild Willow #ADC364

Color information

#ADC364 (or 0xADC364) is unknown color: approx Wild Willow. HEX triplet: AD, C3 and 64. RGB value is (173,195,100). Sum of RGB (Red+Green+Blue) = 173+195+100=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC364 is #523C9B. Grayscale: #B1B1B1. Windows color (decimal): -5389468 or 6603693. OLE color: 6603693.

HSL color Cylindrical-coordinate representation of color #ADC364: hue angle of 73.89º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC364 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB173195100-
CMYK0.1100.490.24
HSL73.89º44.19%57.84%-
HSV(B)73.89º48.72%76.47%-
XYZ39.0548.8319.42-
YUV177.5984.21124.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=36.97%
G=41.67%
B=21.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951000.1100.490.2473.8944.1957.84
HexADC364B031184a2c3a
Octal25530314413061301125472
Binary1010110111000011110010010110110001110001001010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC364; }

 p { color: rgb(173,195,100); }

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

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

 a { background-color: rgb(173,195,100); }

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

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

 span { border-color: rgb(173,195,100); }

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