Html Css Color HEX #ADC069 Wild Willow

📋 copy color: '#ADC069'

red 173 ◦ green 192 ◦ blue 105

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

Shades of Wild Willow #ADC069

Tints of Wild Willow #ADC069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

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

R = 36.81%
G = 40.85%
B = 22.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#ADC069 (or 0xADC069) is known color: Wild Willow. HEX triplet: AD, C0 and 69. RGB value is (173,192,105). Sum of RGB (Red+Green+Blue) = 173+192+105=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC069 is #523F96. Grayscale: #B0B0B0. Windows color (decimal): -5390231 or 6930605. OLE color: 6930605.

HSL color Cylindrical-coordinate representation of color #ADC069: hue angle of 73.1º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADC069 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 105 -
CMYK 0.10 0 0.45 0.25
HSL 73.1º 0.41% 0.58% -
HSV(B) 73.1º 0.45% 0.75% -
XYZ 38.63 47.6 20.52 -
YUV 176.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 173 192 105 0.10 0 0.45 0.25 73.1 0.41 0.58
Hex AD C0 69 A 0 2D 19 49 29 3A
Octal 255 300 151 12 0 55 31 111 51 72
Binary 10101101 11000000 1101001 1010 0 101101 11001 1001001 101001 111010

Color Harmonies of #ADC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC069

Black with #ADC069

Text Example


Text Example

White with #ADC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC069; }

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

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

background-color css

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

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

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

border-color css

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

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

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