#ADC76A

Color #ADC76A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ADC76A

Tints of Wild Willow #ADC76A

Color information

#ADC76A (or 0xADC76A) is unknown color: approx Wild Willow. HEX triplet: AD, C7 and 6A. RGB value is (173,199,106). Sum of RGB (Red+Green+Blue) = 173+199+106=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC76A is #523895. Grayscale: #B4B4B4. Windows color (decimal): -5388438 or 6997933. OLE color: 6997933.

HSL color Cylindrical-coordinate representation of color #ADC76A: hue angle of 76.77º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADC76A is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB173199106-
CMYK0.1300.470.22
HSL76.77º45.37%59.8%-
HSV(B)76.77º46.73%78.04%-
XYZ40.2650.7721.31-
YUV180.6285.89122.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 106 (41.80% from 255) = 22.18%
R=36.19%
G=41.63%
B=22.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991060.1300.470.2276.7745.3759.8
HexADC76AD02F164d2d3c
Octal25530715215057261155574
Binary1010110111000111110101011010101111101101001101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC76A; }

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

 H1.HeaderClassName
 {
   color: #ADC76A;
 }
 .AnyTagClassName
 {
   color: #ADC76A;
 }
</style>
background-color css

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

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

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

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

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

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