Html Css Color HEX #ADC063 Wild Willow

📋 copy color: '#ADC063'

red 173 ◦ green 192 ◦ blue 99

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

Shades of Wild Willow #ADC063

Tints of Wild Willow #ADC063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.34%

R = 37.28%
G = 41.38%
B = 21.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#ADC063 (or 0xADC063) is known color: Wild Willow. HEX triplet: AD, C0 and 63. RGB value is (173,192,99). Sum of RGB (Red+Green+Blue) = 173+192+99=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC063 is #523F9C. Grayscale: #B0B0B0. Windows color (decimal): -5390237 or 6537389. OLE color: 6537389.

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

Color convert

RGB 173 192 99 -
CMYK 0.10 0 0.48 0.25
HSL 72.26º 0.42% 0.57% -
HSV(B) 72.26º 0.48% 0.75% -
XYZ 38.34 47.48 18.95 -
YUV 175.72 84.71 126.06 -
System Red Green Blue C M Y K H S L
Decimal 173 192 99 0.10 0 0.48 0.25 72.26 0.42 0.57
Hex AD C0 63 A 0 30 19 48 2A 39
Octal 255 300 143 12 0 60 31 110 52 71
Binary 10101101 11000000 1100011 1010 0 110000 11001 1001000 101010 111001

Color Harmonies of #ADC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC063

Black with #ADC063

Text Example


Text Example

White with #ADC063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC063; }

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

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

background-color css

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

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

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

border-color css

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

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

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