#AEEC0F

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

Shades of Inch Worm #AEEC0F

Tints of Inch Worm #AEEC0F

Color information

#AEEC0F (or 0xAEEC0F) is unknown color: approx Inch Worm. HEX triplet: AE, EC and 0F. RGB value is (174,236,15). Sum of RGB (Red+Green+Blue) = 174+236+15=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEC0F is #5113F0. Grayscale: #C1C1C1. Windows color (decimal): -5313521 or 1043630. OLE color: 1043630.

HSL color Cylindrical-coordinate representation of color #AEEC0F: hue angle of 76.83º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEEC0F is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB17423615-
CMYK0.2600.940.07
HSL76.83º88.05%49.22%-
HSV(B)76.83º93.64%92.55%-
XYZ47.5469.0211.27-
YUV192.2727.96114.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 236 (92.58% from 255) = 55.53%
BLUE value IS 15 (6.25% from 255) = 3.53%
R=40.94%
G=55.53%
B=3.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174236150.2600.940.0776.8388.0549.22
HexAEECF1A05E74d5831
Octal25635417320136711513061
Binary10101110111011001111110100101111011110011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEC0F; }

 p { color: rgb(174,236,15); }

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

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

 a { background-color: rgb(174,236,15); }

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

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

 span { border-color: rgb(174,236,15); }

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