Html Css Color HEX #ADC669 Wild Willow

📋 copy color: '#ADC669'

red 173 ◦ green 198 ◦ blue 105

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

Shades of Wild Willow #ADC669

Tints of Wild Willow #ADC669

RGB

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

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

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

R = 36.34%
G = 41.6%
B = 22.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#ADC669 (or 0xADC669) is known color: Wild Willow. HEX triplet: AD, C6 and 69. RGB value is (173,198,105). Sum of RGB (Red+Green+Blue) = 173+198+105=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC669 is #523996. Grayscale: #B4B4B4. Windows color (decimal): -5388695 or 6932141. OLE color: 6932141.

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

Color convert

RGB 173 198 105 -
CMYK 0.13 0 0.47 0.22
HSL 76.13º 0.45% 0.59% -
HSV(B) 76.13º 0.47% 0.78% -
XYZ 39.98 50.29 20.96 -
YUV 179.92 85.72 123.06 -
System Red Green Blue C M Y K H S L
Decimal 173 198 105 0.13 0 0.47 0.22 76.13 0.45 0.59
Hex AD C6 69 D 0 2F 16 4C 2D 3B
Octal 255 306 151 15 0 57 26 114 55 73
Binary 10101101 11000110 1101001 1101 0 101111 10110 1001100 101101 111011

Color Harmonies of #ADC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC669

Black with #ADC669

Text Example


Text Example

White with #ADC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC669; }

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

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

background-color css

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

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

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

border-color css

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

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

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