#ACC65F

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

Shades of Wild Willow #ACC65F

Tints of Wild Willow #ACC65F

Color information

#ACC65F (or 0xACC65F) is unknown color: approx Wild Willow. HEX triplet: AC, C6 and 5F. RGB value is (172,198,95). Sum of RGB (Red+Green+Blue) = 172+198+95=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC65F is #5339A0. Grayscale: #B2B2B2. Windows color (decimal): -5454241 or 6276780. OLE color: 6276780.

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

Color convert

RGB17219895-
CMYK0.1300.520.22
HSL75.15º47.47%57.45%-
HSV(B)75.15º52.02%77.65%-
XYZ39.2749.9918.4-
YUV178.4880.89123.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=36.99%
G=42.58%
B=20.43%

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
Decimal172198950.1300.520.2275.1547.4757.45
HexACC65FD034164b2f39
Octal25430613715064261135771
Binary1010110011000110101111111010110100101101001011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC65F; }

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

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

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

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

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

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

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

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