#ADC65F

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

Shades of Wild Willow #ADC65F

Tints of Wild Willow #ADC65F

Color information

#ADC65F (or 0xADC65F) is unknown color: approx Wild Willow. HEX triplet: AD, C6 and 5F. RGB value is (173,198,95). Sum of RGB (Red+Green+Blue) = 173+198+95=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC65F is #5239A0. Grayscale: #B3B3B3. Windows color (decimal): -5388705 or 6276781. OLE color: 6276781.

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

Color convert

RGB17319895-
CMYK0.1300.520.22
HSL74.56º47.47%57.45%-
HSV(B)74.56º52.02%77.65%-
XYZ39.4950.118.41-
YUV178.7880.72123.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 95 (37.5% from 255) = 20.39%
R=37.12%
G=42.49%
B=20.39%

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
Decimal173198950.1300.520.2274.5647.4757.45
HexADC65FD034164b2f39
Octal25530613715064261135771
Binary1010110111000110101111111010110100101101001011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC65F; }

 p { color: rgb(173,198,95); }

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

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

 a { background-color: rgb(173,198,95); }

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

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

 span { border-color: rgb(173,198,95); }

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