#ACE310

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

Shades of Inch Worm #ACE310

Tints of Inch Worm #ACE310

Color information

#ACE310 (or 0xACE310) is unknown color: approx Inch Worm. HEX triplet: AC, E3 and 10. RGB value is (172,227,16). Sum of RGB (Red+Green+Blue) = 172+227+16=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE310 is #531CEF. Grayscale: #BBBBBB. Windows color (decimal): -5446896 or 1106860. OLE color: 1106860.

HSL color Cylindrical-coordinate representation of color #ACE310: hue angle of 75.64º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACE310 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB17222716-
CMYK0.2400.930.11
HSL75.64º86.83%47.65%-
HSV(B)75.64º92.95%89.02%-
XYZ44.5863.7510.45-
YUV186.531.78117.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 227 (89.06% from 255) = 54.70%
BLUE value IS 16 (6.64% from 255) = 3.86%
R=41.45%
G=54.70%
B=3.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172227160.2400.930.1175.6486.8347.65
HexACE3101805DB4c5730
Octal254343203001351311412760
Binary1010110011100011100001100001011101101110011001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE310; }

 p { color: rgb(172,227,16); }

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

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

 a { background-color: rgb(172,227,16); }

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

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

 span { border-color: rgb(172,227,16); }

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