Html Css Color HEX #ADC466 Wild Willow

📋 copy color: '#ADC466'

red 173 ◦ green 196 ◦ blue 102

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

Shades of Wild Willow #ADC466

Tints of Wild Willow #ADC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.61%

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

R = 36.73%
G = 41.61%
B = 21.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#ADC466 (or 0xADC466) is known color: Wild Willow. HEX triplet: AD, C4 and 66. RGB value is (173,196,102). Sum of RGB (Red+Green+Blue) = 173+196+102=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC466 is #523B99. Grayscale: #B2B2B2. Windows color (decimal): -5389210 or 6735021. OLE color: 6735021.

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

Color convert

RGB 173 196 102 -
CMYK 0.12 0 0.48 0.23
HSL 74.68º 0.44% 0.58% -
HSV(B) 74.68º 0.48% 0.77% -
XYZ 39.37 49.32 20.02 -
YUV 178.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 173 196 102 0.12 0 0.48 0.23 74.68 0.44 0.58
Hex AD C4 66 C 0 30 17 4B 2C 3A
Octal 255 304 146 14 0 60 27 113 54 72
Binary 10101101 11000100 1100110 1100 0 110000 10111 1001011 101100 111010

Color Harmonies of #ADC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC466

Black with #ADC466

Text Example


Text Example

White with #ADC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC466; }

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

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

background-color css

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

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

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

border-color css

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

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

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