#ACEE14

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

Shades of Inch Worm #ACEE14

Tints of Inch Worm #ACEE14

Color information

#ACEE14 (or 0xACEE14) is unknown color: approx Inch Worm. HEX triplet: AC, EE and 14. RGB value is (172,238,20). Sum of RGB (Red+Green+Blue) = 172+238+20=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 238 (93.36% from 255 or 55.35% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEE14 is #5311EB. Grayscale: #C2C2C2. Windows color (decimal): -5444076 or 1371820. OLE color: 1371820.

HSL color Cylindrical-coordinate representation of color #ACEE14: hue angle of 78.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACEE14 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB17223820-
CMYK0.2800.920.07
HSL78.17º86.51%50.59%-
HSV(B)78.17º91.6%93.33%-
XYZ47.7169.9711.65-
YUV193.4130.13112.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 238 (93.36% from 255) = 55.35%
BLUE value IS 20 (8.20% from 255) = 4.65%
R=40%
G=55.35%
B=4.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172238200.2800.920.0778.1786.5150.59
HexACEE141C05C74e5733
Octal25435624340134711612763
Binary101011001110111010100111000101110011110011101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEE14; }

 p { color: rgb(172,238,20); }

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

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

 a { background-color: rgb(172,238,20); }

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

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

 span { border-color: rgb(172,238,20); }

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