#ADCC61

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

Shades of Wild Willow #ADCC61

Tints of Wild Willow #ADCC61

Color information

#ADCC61 (or 0xADCC61) is unknown color: approx Wild Willow. HEX triplet: AD, CC and 61. RGB value is (173,204,97). Sum of RGB (Red+Green+Blue) = 173+204+97=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC61 is #52339E. Grayscale: #B6B6B6. Windows color (decimal): -5387167 or 6409389. OLE color: 6409389.

HSL color Cylindrical-coordinate representation of color #ADCC61: hue angle of 77.38º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADCC61 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB17320497-
CMYK0.1500.520.2
HSL77.38º51.2%59.02%-
HSV(B)77.38º52.45%80%-
XYZ40.9852.9319.37-
YUV182.5379.73121.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=36.50%
G=43.04%
B=20.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173204970.1500.520.277.3851.259.02
HexADCC61F034144d333b
Octal25531414117064241156373
Binary1010110111001100110000111110110100101001001101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC61; }

 p { color: rgb(173,204,97); }

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

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

 a { background-color: rgb(173,204,97); }

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

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

 span { border-color: rgb(173,204,97); }

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