#ACC460

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

Shades of Wild Willow #ACC460

Tints of Wild Willow #ACC460

Color information

#ACC460 (or 0xACC460) is unknown color: approx Wild Willow. HEX triplet: AC, C4 and 60. RGB value is (172,196,96). Sum of RGB (Red+Green+Blue) = 172+196+96=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC460 is #533B9F. Grayscale: #B1B1B1. Windows color (decimal): -5454752 or 6341804. OLE color: 6341804.

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

Color convert

RGB17219696-
CMYK0.1200.510.23
HSL74.4º45.87%57.25%-
HSV(B)74.4º51.02%76.86%-
XYZ38.8649.118.49-
YUV177.4282.05124.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 196 (76.95% from 255) = 42.24%
BLUE value IS 96 (37.89% from 255) = 20.69%
R=37.07%
G=42.24%
B=20.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196960.1200.510.2374.445.8757.25
HexACC460C033174a2e39
Octal25430414014063271125671
Binary1010110011000100110000011000110011101111001010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC460; }

 p { color: rgb(172,196,96); }

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

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

 a { background-color: rgb(172,196,96); }

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

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

 span { border-color: rgb(172,196,96); }

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