#ACC55F

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

Shades of Wild Willow #ACC55F

Tints of Wild Willow #ACC55F

Color information

#ACC55F (or 0xACC55F) is unknown color: approx Wild Willow. HEX triplet: AC, C5 and 5F. RGB value is (172,197,95). Sum of RGB (Red+Green+Blue) = 172+197+95=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC55F is #533AA0. Grayscale: #B2B2B2. Windows color (decimal): -5454497 or 6276524. OLE color: 6276524.

HSL color Cylindrical-coordinate representation of color #ACC55F: hue angle of 74.71º 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 #ACC55F is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB17219795-
CMYK0.1300.520.23
HSL74.71º46.79%57.25%-
HSV(B)74.71º51.78%77.25%-
XYZ39.0549.5318.33-
YUV177.981.22123.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 95 (37.5% from 255) = 20.47%
R=37.07%
G=42.46%
B=20.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172197950.1300.520.2374.7146.7957.25
HexACC55FD034174b2f39
Octal25430513715064271135771
Binary1010110011000101101111111010110100101111001011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC55F; }

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

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

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

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

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

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

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

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