#AEF01C

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

Shades of Inch Worm #AEF01C

Tints of Inch Worm #AEF01C

Color information

#AEF01C (or 0xAEF01C) is unknown color: approx Inch Worm. HEX triplet: AE, F0 and 1C. RGB value is (174,240,28). Sum of RGB (Red+Green+Blue) = 174+240+28=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF01C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF01C is #510FE3. Grayscale: #C4C4C4. Windows color (decimal): -5312484 or 1896622. OLE color: 1896622.

HSL color Cylindrical-coordinate representation of color #AEF01C: hue angle of 78.68º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEF01C is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB17424028-
CMYK0.2800.880.06
HSL78.68º87.6%52.55%-
HSV(B)78.68º88.33%94.12%-
XYZ48.8371.412.31-
YUV196.133.13112.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 240 (94.14% from 255) = 54.30%
BLUE value IS 28 (11.33% from 255) = 6.33%
R=39.37%
G=54.30%
B=6.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal174240280.2800.880.0678.6887.652.55
HexAEF01C1C05864f5835
Octal25636034340130611713065
Binary101011101111000011100111000101100011010011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF01C; }

 p { color: rgb(174,240,28); }

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

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

 a { background-color: rgb(174,240,28); }

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

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

 span { border-color: rgb(174,240,28); }

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