#ADC95E

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

Shades of Wild Willow #ADC95E

Tints of Wild Willow #ADC95E

Color information

#ADC95E (or 0xADC95E) is unknown color: approx Wild Willow. HEX triplet: AD, C9 and 5E. RGB value is (173,201,94). Sum of RGB (Red+Green+Blue) = 173+201+94=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC95E is #5236A1. Grayscale: #B4B4B4. Windows color (decimal): -5387938 or 6212013. OLE color: 6212013.

HSL color Cylindrical-coordinate representation of color #ADC95E: hue angle of 75.7º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC95E is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB17320194-
CMYK0.1400.530.21
HSL75.7º49.77%57.84%-
HSV(B)75.7º53.23%78.82%-
XYZ40.1451.4718.41-
YUV180.4379.22122.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 94 (37.11% from 255) = 20.09%
R=36.97%
G=42.95%
B=20.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173201940.1400.530.2175.749.7757.84
HexADC95EE035154c323a
Octal25531113616065251146272
Binary1010110111001001101111011100110101101011001100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC95E; }

 p { color: rgb(173,201,94); }

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

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

 a { background-color: rgb(173,201,94); }

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

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

 span { border-color: rgb(173,201,94); }

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