Html Css Color HEX #ADC266 Wild Willow

📋 copy color: '#ADC266'

red 173 ◦ green 194 ◦ blue 102

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

Shades of Wild Willow #ADC266

Tints of Wild Willow #ADC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.36%

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

R = 36.89%
G = 41.36%
B = 21.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#ADC266 (or 0xADC266) is known color: Wild Willow. HEX triplet: AD, C2 and 66. RGB value is (173,194,102). Sum of RGB (Red+Green+Blue) = 173+194+102=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC266 is #523D99. Grayscale: #B1B1B1. Windows color (decimal): -5389722 or 6734509. OLE color: 6734509.

HSL color Cylindrical-coordinate representation of color #ADC266: hue angle of 73.7º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADC266 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 102 -
CMYK 0.11 0 0.47 0.24
HSL 73.7º 0.43% 0.58% -
HSV(B) 73.7º 0.47% 0.76% -
XYZ 38.92 48.43 19.87 -
YUV 177.23 85.54 124.98 -
System Red Green Blue C M Y K H S L
Decimal 173 194 102 0.11 0 0.47 0.24 73.7 0.43 0.58
Hex AD C2 66 B 0 2F 18 4A 2B 3A
Octal 255 302 146 13 0 57 30 112 53 72
Binary 10101101 11000010 1100110 1011 0 101111 11000 1001010 101011 111010

Color Harmonies of #ADC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC266

Black with #ADC266

Text Example


Text Example

White with #ADC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC266; }

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

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

background-color css

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

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

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

border-color css

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

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

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