#aee12a

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

Shades of Inch Worm #AEE12A

Tints of Inch Worm #AEE12A

Color information

#AEE12A (or 0xAEE12A) is unknown color: approx Inch Worm. HEX triplet: AE, E1 and 2A. RGB value is (174,225,42). Sum of RGB (Red+Green+Blue) = 174+225+42=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE12A is #511ED5. Grayscale: #BDBDBD. Windows color (decimal): -5316310 or 2810286. OLE color: 2810286.

HSL color Cylindrical-coordinate representation of color #AEE12A: hue angle of 76.72º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEE12A is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB17422542-
CMYK0.2300.810.12
HSL76.72º75.31%52.35%-
HSV(B)76.72º81.33%88.24%-
XYZ44.863.0211.99-
YUV188.8945.1117.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 225 (88.28% from 255) = 51.02%
BLUE value IS 42 (16.80% from 255) = 9.52%
R=39.46%
G=51.02%
B=9.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174225420.2300.810.1276.7275.3152.35
HexAEE12A17051C4d4b34
Octal256341522701211411511364
Binary10101110111000011010101011101010001110010011011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aee12a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aee12a; }

 p { color: rgb(174,225,42); }

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

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

 a { background-color: rgb(174,225,42); }

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

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

 span { border-color: rgb(174,225,42); }

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