Html Css Color HEX #ADC160 Wild Willow

📋 copy color: '#ADC160'

red 173 ◦ green 193 ◦ blue 96

#ADC160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #ADC160

Tints of Wild Willow #ADC160

RGB

 RED value IS 173 (67.97% from 255) = 37.45%

 GREEN value IS 193 (75.78% from 255) = 41.77%

 BLUE value IS 96 (37.89% from 255) = 20.78%

R = 37.45%
G = 41.77%
B = 20.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#ADC160 (or 0xADC160) is known color: Wild Willow. HEX triplet: AD, C1 and 60. RGB value is (173,193,96). Sum of RGB (Red+Green+Blue) = 173+193+96=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC160 is #523E9F. Grayscale: #B0B0B0. Windows color (decimal): -5389984 or 6341037. OLE color: 6341037.

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

Color convert

RGB 173 193 96 -
CMYK 0.10 0 0.50 0.24
HSL 72.37º 0.44% 0.57% -
HSV(B) 72.37º 0.5% 0.76% -
XYZ 38.41 47.87 18.28 -
YUV 175.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 173 193 96 0.10 0 0.50 0.24 72.37 0.44 0.57
Hex AD C1 60 A 0 32 18 48 2C 39
Octal 255 301 140 12 0 62 30 110 54 71
Binary 10101101 11000001 1100000 1010 0 110010 11000 1001000 101100 111001

Color Harmonies of #ADC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC160

Black with #ADC160

Text Example


Text Example

White with #ADC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC160; }

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

 H1.HeaderClassName
 {
   color: #ADC160;
 }
 .AnyTagClassName
 {
   color: #ADC160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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