#ACC268

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

Shades of Wild Willow #ACC268

Tints of Wild Willow #ACC268

Color information

#ACC268 (or 0xACC268) is unknown color: approx Wild Willow. HEX triplet: AC, C2 and 68. RGB value is (172,194,104). Sum of RGB (Red+Green+Blue) = 172+194+104=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC268 is #533D97. Grayscale: #B1B1B1. Windows color (decimal): -5455256 or 6865580. OLE color: 6865580.

HSL color Cylindrical-coordinate representation of color #ACC268: hue angle of 74.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC268 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB172194104-
CMYK0.1100.460.24
HSL74.67º42.45%58.43%-
HSV(B)74.67º46.39%76.08%-
XYZ38.848.3520.38-
YUV177.1686.71124.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=36.60%
G=41.28%
B=22.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941040.1100.460.2474.6742.4558.43
HexACC268B02E184b2a3a
Octal25430215013056301135272
Binary1010110011000010110100010110101110110001001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC268; }

 p { color: rgb(172,194,104); }

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

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

 a { background-color: rgb(172,194,104); }

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

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

 span { border-color: rgb(172,194,104); }

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