#A8C55F

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

Shades of Wild Willow #A8C55F

Tints of Wild Willow #A8C55F

Color information

#A8C55F (or 0xA8C55F) is unknown color: approx Wild Willow. HEX triplet: A8, C5 and 5F. RGB value is (168,197,95). Sum of RGB (Red+Green+Blue) = 168+197+95=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C55F is #573AA0. Grayscale: #B1B1B1. Windows color (decimal): -5716641 or 6276520. OLE color: 6276520.

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

Color convert

RGB16819795-
CMYK0.1500.520.23
HSL77.06º46.79%57.25%-
HSV(B)77.06º51.78%77.25%-
XYZ38.1849.0818.29-
YUV176.781.89121.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 197 (77.34% from 255) = 42.83%
BLUE value IS 95 (37.5% from 255) = 20.65%
R=36.52%
G=42.83%
B=20.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168197950.1500.520.2377.0646.7957.25
HexA8C55FF034174d2f39
Octal25030513717064271155771
Binary1010100011000101101111111110110100101111001101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C55F; }

 p { color: rgb(168,197,95); }

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

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

 a { background-color: rgb(168,197,95); }

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

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

 span { border-color: rgb(168,197,95); }

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