#ACC262

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

Shades of Wild Willow #ACC262

Tints of Wild Willow #ACC262

Color information

#ACC262 (or 0xACC262) is unknown color: approx Wild Willow. HEX triplet: AC, C2 and 62. RGB value is (172,194,98). Sum of RGB (Red+Green+Blue) = 172+194+98=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC262 is #533D9D. Grayscale: #B0B0B0. Windows color (decimal): -5455262 or 6472364. OLE color: 6472364.

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

Color convert

RGB17219498-
CMYK0.1100.490.24
HSL73.75º44.04%57.25%-
HSV(B)73.75º49.48%76.08%-
XYZ38.5148.2418.84-
YUV176.4883.71124.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 194 (76.17% from 255) = 41.81%
BLUE value IS 98 (38.67% from 255) = 21.12%
R=37.07%
G=41.81%
B=21.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172194980.1100.490.2473.7544.0457.25
HexACC262B031184a2c39
Octal25430214213061301125471
Binary1010110011000010110001010110110001110001001010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC262; }

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

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

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

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

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

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

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

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