Html Css Color HEX #ADC469 Wild Willow

📋 copy color: '#ADC469'

red 173 ◦ green 196 ◦ blue 105

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

Shades of Wild Willow #ADC469

Tints of Wild Willow #ADC469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 36.5%
G = 41.35%
B = 22.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#ADC469 (or 0xADC469) is known color: Wild Willow. HEX triplet: AD, C4 and 69. RGB value is (173,196,105). Sum of RGB (Red+Green+Blue) = 173+196+105=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC469 is #523B96. Grayscale: #B3B3B3. Windows color (decimal): -5389207 or 6931629. OLE color: 6931629.

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

Color convert

RGB 173 196 105 -
CMYK 0.12 0 0.46 0.23
HSL 75.16º 0.44% 0.59% -
HSV(B) 75.16º 0.46% 0.77% -
XYZ 39.52 49.38 20.81 -
YUV 178.75 86.38 123.9 -
System Red Green Blue C M Y K H S L
Decimal 173 196 105 0.12 0 0.46 0.23 75.16 0.44 0.59
Hex AD C4 69 C 0 2E 17 4B 2C 3B
Octal 255 304 151 14 0 56 27 113 54 73
Binary 10101101 11000100 1101001 1100 0 101110 10111 1001011 101100 111011

Color Harmonies of #ADC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC469

Black with #ADC469

Text Example


Text Example

White with #ADC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC469; }

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

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

background-color css

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

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

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

border-color css

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

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

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