#adcc65

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

Shades of Wild Willow #ADCC65

Tints of Wild Willow #ADCC65

Color information

#ADCC65 (or 0xADCC65) is unknown color: approx Wild Willow. HEX triplet: AD, CC and 65. RGB value is (173,204,101). Sum of RGB (Red+Green+Blue) = 173+204+101=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC65 is #52339A. Grayscale: #B7B7B7. Windows color (decimal): -5387163 or 6671533. OLE color: 6671533.

HSL color Cylindrical-coordinate representation of color #ADCC65: hue angle of 78.06º degrees, saturation: 0.5, 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 #ADCC65 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB173204101-
CMYK0.1500.500.2
HSL78.06º50.24%59.8%-
HSV(B)78.06º50.49%80%-
XYZ41.1853.0120.37-
YUV182.9981.73120.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=36.19%
G=42.68%
B=21.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041010.1500.500.278.0650.2459.8
HexADCC65F032144e323c
Octal25531414517062241166274
Binary1010110111001100110010111110110010101001001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adcc65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adcc65; }

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

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

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

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

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

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

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

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