Html Css Color HEX #ADC661 Wild Willow

📋 copy color: '#ADC661'

red 173 ◦ green 198 ◦ blue 97

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

Shades of Wild Willow #ADC661

Tints of Wild Willow #ADC661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.73%

R = 36.97%
G = 42.31%
B = 20.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#ADC661 (or 0xADC661) is known color: Wild Willow. HEX triplet: AD, C6 and 61. RGB value is (173,198,97). Sum of RGB (Red+Green+Blue) = 173+198+97=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC661 is #52399E. Grayscale: #B3B3B3. Windows color (decimal): -5388703 or 6407853. OLE color: 6407853.

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

Color convert

RGB 173 198 97 -
CMYK 0.13 0 0.51 0.22
HSL 74.85º 0.47% 0.58% -
HSV(B) 74.85º 0.51% 0.78% -
XYZ 39.59 50.14 18.9 -
YUV 179.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 173 198 97 0.13 0 0.51 0.22 74.85 0.47 0.58
Hex AD C6 61 D 0 33 16 4B 2F 3A
Octal 255 306 141 15 0 63 26 113 57 72
Binary 10101101 11000110 1100001 1101 0 110011 10110 1001011 101111 111010

Color Harmonies of #ADC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC661

Black with #ADC661

Text Example


Text Example

White with #ADC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC661; }

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

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

background-color css

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

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

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

border-color css

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

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

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