Html Css Color HEX #ADC060 Wild Willow

📋 copy color: '#ADC060'

red 173 ◦ green 192 ◦ blue 96

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

Shades of Wild Willow #ADC060

Tints of Wild Willow #ADC060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

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

R = 37.53%
G = 41.65%
B = 20.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#ADC060 (or 0xADC060) is known color: Wild Willow. HEX triplet: AD, C0 and 60. RGB value is (173,192,96). Sum of RGB (Red+Green+Blue) = 173+192+96=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC060 is #523F9F. Grayscale: #AFAFAF. Windows color (decimal): -5390240 or 6340781. OLE color: 6340781.

HSL color Cylindrical-coordinate representation of color #ADC060: hue angle of 71.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC060 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 96 -
CMYK 0.10 0 0.50 0.25
HSL 71.88º 0.43% 0.56% -
HSV(B) 71.88º 0.5% 0.75% -
XYZ 38.19 47.43 18.21 -
YUV 175.38 83.21 126.31 -
System Red Green Blue C M Y K H S L
Decimal 173 192 96 0.10 0 0.50 0.25 71.88 0.43 0.56
Hex AD C0 60 A 0 32 19 48 2B 38
Octal 255 300 140 12 0 62 31 110 53 70
Binary 10101101 11000000 1100000 1010 0 110010 11001 1001000 101011 111000

Color Harmonies of #ADC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC060

Black with #ADC060

Text Example


Text Example

White with #ADC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC060; }

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

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

background-color css

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

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

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

border-color css

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

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

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