#ADC162

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

Shades of Wild Willow #ADC162

Tints of Wild Willow #ADC162

Color information

#ADC162 (or 0xADC162) is unknown color: approx Wild Willow. HEX triplet: AD, C1 and 62. RGB value is (173,193,98). Sum of RGB (Red+Green+Blue) = 173+193+98=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC162 is #523E9D. Grayscale: #B0B0B0. Windows color (decimal): -5389982 or 6472109. OLE color: 6472109.

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

Color convert

RGB17319398-
CMYK0.1000.490.24
HSL72.63º43.38%57.06%-
HSV(B)72.63º49.22%75.69%-
XYZ38.5147.9118.77-
YUV176.1983.87125.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 193 (75.78% from 255) = 41.59%
BLUE value IS 98 (38.67% from 255) = 21.12%
R=37.28%
G=41.59%
B=21.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173193980.1000.490.2472.6343.3857.06
HexADC162A03118492b39
Octal25530114212061301115371
Binary1010110111000001110001010100110001110001001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC162; }

 p { color: rgb(173,193,98); }

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

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

 a { background-color: rgb(173,193,98); }

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

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

 span { border-color: rgb(173,193,98); }

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