Html Css Color HEX #ADC560 Wild Willow

📋 copy color: '#ADC560'

red 173 ◦ green 197 ◦ blue 96

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

Shades of Wild Willow #ADC560

Tints of Wild Willow #ADC560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

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

R = 37.12%
G = 42.27%
B = 20.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#ADC560 (or 0xADC560) is known color: Wild Willow. HEX triplet: AD, C5 and 60. RGB value is (173,197,96). Sum of RGB (Red+Green+Blue) = 173+197+96=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC560 is #523A9F. Grayscale: #B2B2B2. Windows color (decimal): -5388960 or 6342061. OLE color: 6342061.

HSL color Cylindrical-coordinate representation of color #ADC560: hue angle of 74.26º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC560 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 96 -
CMYK 0.12 0 0.51 0.23
HSL 74.26º 0.47% 0.57% -
HSV(B) 74.26º 0.51% 0.77% -
XYZ 39.31 49.66 18.58 -
YUV 178.31 81.55 124.21 -
System Red Green Blue C M Y K H S L
Decimal 173 197 96 0.12 0 0.51 0.23 74.26 0.47 0.57
Hex AD C5 60 C 0 33 17 4A 2F 39
Octal 255 305 140 14 0 63 27 112 57 71
Binary 10101101 11000101 1100000 1100 0 110011 10111 1001010 101111 111001

Color Harmonies of #ADC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC560

Black with #ADC560

Text Example


Text Example

White with #ADC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC560; }

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

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

background-color css

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

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

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

border-color css

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

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

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