#AAEF1E

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

Shades of Inch Worm #AAEF1E

Tints of Inch Worm #AAEF1E

Color information

#AAEF1E (or 0xAAEF1E) is unknown color: approx Inch Worm. HEX triplet: AA, EF and 1E. RGB value is (170,239,30). Sum of RGB (Red+Green+Blue) = 170+239+30=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF1E is #5510E1. Grayscale: #C3C3C3. Windows color (decimal): -5574882 or 2027434. OLE color: 2027434.

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

Color convert

RGB17023930-
CMYK0.2900.870.06
HSL79.81º86.72%52.75%-
HSV(B)79.81º87.45%93.73%-
XYZ47.6870.3712.3-
YUV194.5435.14110.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 239 (93.75% from 255) = 54.44%
BLUE value IS 30 (12.11% from 255) = 6.83%
R=38.72%
G=54.44%
B=6.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170239300.2900.870.0679.8186.7252.75
HexAAEF1E1D0576505735
Octal25235736350127612012765
Binary101010101110111111110111010101011111010100001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEF1E; }

 p { color: rgb(170,239,30); }

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

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

 a { background-color: rgb(170,239,30); }

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

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

 span { border-color: rgb(170,239,30); }

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