#ACC05F

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

Shades of Wild Willow #ACC05F

Tints of Wild Willow #ACC05F

Color information

#ACC05F (or 0xACC05F) is unknown color: approx Wild Willow. HEX triplet: AC, C0 and 5F. RGB value is (172,192,95). Sum of RGB (Red+Green+Blue) = 172+192+95=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC05F is #533FA0. Grayscale: #AFAFAF. Windows color (decimal): -5455777 or 6275244. OLE color: 6275244.

HSL color Cylindrical-coordinate representation of color #ACC05F: hue angle of 72.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACC05F is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB17219295-
CMYK0.1000.510.25
HSL72.37º43.5%56.27%-
HSV(B)72.37º50.52%75.29%-
XYZ37.9347.317.96-
YUV174.9682.87125.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 95 (37.5% from 255) = 20.70%
R=37.47%
G=41.83%
B=20.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172192950.1000.510.2572.3743.556.27
HexACC05FA03319482b38
Octal25430013712063311105370
Binary1010110011000000101111110100110011110011001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC05F; }

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

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

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

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

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

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

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

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