#AAEB04

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

Shades of Inch Worm #AAEB04

Tints of Inch Worm #AAEB04

Color information

#AAEB04 (or 0xAAEB04) is unknown color: approx Inch Worm. HEX triplet: AA, EB and 04. RGB value is (170,235,4). Sum of RGB (Red+Green+Blue) = 170+235+4=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 235 (92.19% from 255 or 57.46% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEB04 is #5514FB. Grayscale: #BEBEBE. Windows color (decimal): -5575932 or 322474. OLE color: 322474.

HSL color Cylindrical-coordinate representation of color #AAEB04: hue angle of 76.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAEB04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB1702354-
CMYK0.2800.980.08
HSL76.88º96.65%46.86%-
HSV(B)76.88º98.3%92.16%-
XYZ46.3167.9710.79-
YUV189.2323.47114.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 235 (92.19% from 255) = 57.46%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=41.56%
G=57.46%
B=0.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal17023540.2800.980.0876.8896.6546.86
HexAAEB41C06284d612f
Octal25235343401421011514157
Binary10101010111010111001110001100010100010011011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEB04; }

 p { color: rgb(170,235,4); }

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

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

 a { background-color: rgb(170,235,4); }

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

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

 span { border-color: rgb(170,235,4); }

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