Html Css Color HEX #ADC066 Wild Willow

📋 copy color: '#ADC066'

red 173 ◦ green 192 ◦ blue 102

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

Shades of Wild Willow #ADC066

Tints of Wild Willow #ADC066

RGB

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

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

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

R = 37.04%
G = 41.11%
B = 21.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#ADC066 (or 0xADC066) is known color: Wild Willow. HEX triplet: AD, C0 and 66. RGB value is (173,192,102). Sum of RGB (Red+Green+Blue) = 173+192+102=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC066 is #523F99. Grayscale: #B0B0B0. Windows color (decimal): -5390234 or 6733997. OLE color: 6733997.

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

Color convert

RGB 173 192 102 -
CMYK 0.10 0 0.47 0.25
HSL 72.67º 0.42% 0.58% -
HSV(B) 72.67º 0.47% 0.75% -
XYZ 38.48 47.54 19.72 -
YUV 176.06 86.21 125.82 -
System Red Green Blue C M Y K H S L
Decimal 173 192 102 0.10 0 0.47 0.25 72.67 0.42 0.58
Hex AD C0 66 A 0 2F 19 49 2A 3A
Octal 255 300 146 12 0 57 31 111 52 72
Binary 10101101 11000000 1100110 1010 0 101111 11001 1001001 101010 111010

Color Harmonies of #ADC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC066

Black with #ADC066

Text Example


Text Example

White with #ADC066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC066; }

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

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

background-color css

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

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

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

border-color css

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

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

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