Html Css Color HEX #ADC660 Wild Willow

📋 copy color: '#ADC660'

red 173 ◦ green 198 ◦ blue 96

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

Shades of Wild Willow #ADC660

Tints of Wild Willow #ADC660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.4%

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

R = 37.04%
G = 42.4%
B = 20.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#ADC660 (or 0xADC660) is known color: Wild Willow. HEX triplet: AD, C6 and 60. RGB value is (173,198,96). Sum of RGB (Red+Green+Blue) = 173+198+96=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC660 is #52399F. Grayscale: #B3B3B3. Windows color (decimal): -5388704 or 6342317. OLE color: 6342317.

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

Color convert

RGB 173 198 96 -
CMYK 0.13 0 0.52 0.22
HSL 74.71º 0.47% 0.58% -
HSV(B) 74.71º 0.52% 0.78% -
XYZ 39.54 50.12 18.66 -
YUV 178.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 173 198 96 0.13 0 0.52 0.22 74.71 0.47 0.58
Hex AD C6 60 D 0 34 16 4B 2F 3A
Octal 255 306 140 15 0 64 26 113 57 72
Binary 10101101 11000110 1100000 1101 0 110100 10110 1001011 101111 111010

Color Harmonies of #ADC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC660

Black with #ADC660

Text Example


Text Example

White with #ADC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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