#ACE520

Color #ACE520 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #ACE520

Tints of Inch Worm #ACE520

Color information

#ACE520 (or 0xACE520) is unknown color: approx Inch Worm. HEX triplet: AC, E5 and 20. RGB value is (172,229,32). Sum of RGB (Red+Green+Blue) = 172+229+32=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE520 is #531ADF. Grayscale: #BEBEBE. Windows color (decimal): -5446368 or 2155948. OLE color: 2155948.

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

Color convert

RGB17222932-
CMYK0.2500.860.10
HSL77.36º79.12%51.18%-
HSV(B)77.36º86.03%89.8%-
XYZ45.2964.9111.51-
YUV189.539.12115.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 229 (89.84% from 255) = 52.89%
BLUE value IS 32 (12.89% from 255) = 7.39%
R=39.72%
G=52.89%
B=7.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal172229320.2500.860.1077.3679.1251.18
HexACE52019056A4d4f33
Octal254345403101261211511763
Binary10101100111001011000001100101010110101010011011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE520; }

 p { color: rgb(172,229,32); }

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

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

 a { background-color: rgb(172,229,32); }

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

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

 span { border-color: rgb(172,229,32); }

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