#ADC760

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

Shades of Wild Willow #ADC760

Tints of Wild Willow #ADC760

Color information

#ADC760 (or 0xADC760) is unknown color: approx Wild Willow. HEX triplet: AD, C7 and 60. RGB value is (173,199,96). Sum of RGB (Red+Green+Blue) = 173+199+96=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC760 is #52389F. Grayscale: #B3B3B3. Windows color (decimal): -5388448 or 6342573. OLE color: 6342573.

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

Color convert

RGB17319996-
CMYK0.1300.520.22
HSL75.15º47.91%57.84%-
HSV(B)75.15º51.76%78.04%-
XYZ39.7750.5818.73-
YUV179.4880.89123.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=36.97%
G=42.52%
B=20.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173199960.1300.520.2275.1547.9157.84
HexADC760D034164b303a
Octal25530714015064261136072
Binary1010110111000111110000011010110100101101001011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC760; }

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

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

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

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

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

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

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

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