#AEDE1C

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

Shades of Inch Worm #AEDE1C

Tints of Inch Worm #AEDE1C

Color information

#AEDE1C (or 0xAEDE1C) is unknown color: approx Inch Worm. HEX triplet: AE, DE and 1C. RGB value is (174,222,28). Sum of RGB (Red+Green+Blue) = 174+222+28=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDE1C is #5121E3. Grayscale: #BABABA. Windows color (decimal): -5317092 or 1892014. OLE color: 1892014.

HSL color Cylindrical-coordinate representation of color #AEDE1C: hue angle of 74.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEDE1C is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB17422228-
CMYK0.2200.870.13
HSL74.85º77.6%49.02%-
HSV(B)74.85º87.39%87.06%-
XYZ43.7961.3310.63-
YUV185.5339.1119.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 222 (87.11% from 255) = 52.36%
BLUE value IS 28 (11.33% from 255) = 6.60%
R=41.04%
G=52.36%
B=6.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174222280.2200.870.1374.8577.649.02
HexAEDE1C16057D4b4e31
Octal256336342601271511311661
Binary1010111011011110111001011001010111110110010111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE1C; }

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

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

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

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

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

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

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

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