Html Css Color HEX #ADC16A Wild Willow

📋 copy color: '#ADC16A'

red 173 ◦ green 193 ◦ blue 106

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

Shades of Wild Willow #ADC16A

Tints of Wild Willow #ADC16A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 36.65%
G = 40.89%
B = 22.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#ADC16A (or 0xADC16A) is known color: Wild Willow. HEX triplet: AD, C1 and 6A. RGB value is (173,193,106). Sum of RGB (Red+Green+Blue) = 173+193+106=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC16A is #523E95. Grayscale: #B1B1B1. Windows color (decimal): -5389974 or 6996397. OLE color: 6996397.

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

Color convert

RGB 173 193 106 -
CMYK 0.10 0 0.45 0.24
HSL 73.79º 0.41% 0.59% -
HSV(B) 73.79º 0.45% 0.76% -
XYZ 38.91 48.06 20.86 -
YUV 177.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 173 193 106 0.10 0 0.45 0.24 73.79 0.41 0.59
Hex AD C1 6A A 0 2D 18 4A 29 3B
Octal 255 301 152 12 0 55 30 112 51 73
Binary 10101101 11000001 1101010 1010 0 101101 11000 1001010 101001 111011

Color Harmonies of #ADC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC16A

Black with #ADC16A

Text Example


Text Example

White with #ADC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC16A; }

 p { color: rgb(173,193,106); }

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

background-color css

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

 a { background-color: rgb(173,193,106); }

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

border-color css

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

 span { border-color: rgb(173,193,106); }

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