#ADCD66

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

Shades of Wild Willow #ADCD66

Tints of Wild Willow #ADCD66

Color information

#ADCD66 (or 0xADCD66) is unknown color: approx Wild Willow. HEX triplet: AD, CD and 66. RGB value is (173,205,102). Sum of RGB (Red+Green+Blue) = 173+205+102=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD66 is #523299. Grayscale: #B8B8B8. Windows color (decimal): -5386906 or 6737325. OLE color: 6737325.

HSL color Cylindrical-coordinate representation of color #ADCD66: hue angle of 78.64º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADCD66 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB173205102-
CMYK0.1600.500.20
HSL78.64º50.74%60.2%-
HSV(B)78.64º50.24%80.39%-
XYZ41.4653.5120.71-
YUV183.6981.9120.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 102 (40.23% from 255) = 21.25%
R=36.04%
G=42.71%
B=21.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051020.1600.500.2078.6450.7460.2
HexADCD6610032144f333c
Octal25531514620062241176374
Binary10101101110011011100110100000110010101001001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD66; }

 p { color: rgb(173,205,102); }

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

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

 a { background-color: rgb(173,205,102); }

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

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

 span { border-color: rgb(173,205,102); }

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