Html Css Color HEX #ADC666 Wild Willow

📋 copy color: '#ADC666'

red 173 ◦ green 198 ◦ blue 102

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

Shades of Wild Willow #ADC666

Tints of Wild Willow #ADC666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.56%

R = 36.58%
G = 41.86%
B = 21.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#ADC666 (or 0xADC666) is known color: Wild Willow. HEX triplet: AD, C6 and 66. RGB value is (173,198,102). Sum of RGB (Red+Green+Blue) = 173+198+102=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC666 is #523999. Grayscale: #B3B3B3. Windows color (decimal): -5388698 or 6735533. OLE color: 6735533.

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

Color convert

RGB 173 198 102 -
CMYK 0.13 0 0.48 0.22
HSL 75.63º 0.46% 0.59% -
HSV(B) 75.63º 0.48% 0.78% -
XYZ 39.83 50.23 20.17 -
YUV 179.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 173 198 102 0.13 0 0.48 0.22 75.63 0.46 0.59
Hex AD C6 66 D 0 30 16 4C 2E 3B
Octal 255 306 146 15 0 60 26 114 56 73
Binary 10101101 11000110 1100110 1101 0 110000 10110 1001100 101110 111011

Color Harmonies of #ADC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC666

Black with #ADC666

Text Example


Text Example

White with #ADC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC666; }

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

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

background-color css

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

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

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

border-color css

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

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

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