#ADC664

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

Shades of Wild Willow #ADC664

Tints of Wild Willow #ADC664

Color information

#ADC664 (or 0xADC664) is unknown color: approx Wild Willow. HEX triplet: AD, C6 and 64. RGB value is (173,198,100). Sum of RGB (Red+Green+Blue) = 173+198+100=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC664 is #52399B. Grayscale: #B3B3B3. Windows color (decimal): -5388700 or 6604461. OLE color: 6604461.

HSL color Cylindrical-coordinate representation of color #ADC664: hue angle of 75.31º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC664 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB173198100-
CMYK0.1300.490.22
HSL75.31º46.23%58.43%-
HSV(B)75.31º49.49%77.65%-
XYZ39.7350.1919.65-
YUV179.3583.22123.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 198 (77.73% from 255) = 42.04%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=36.73%
G=42.04%
B=21.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981000.1300.490.2275.3146.2358.43
HexADC664D031164b2e3a
Octal25530614415061261135672
Binary1010110111000110110010011010110001101101001011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC664; }

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

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

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

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

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

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

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

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