#AED81A

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

Shades of Inch Worm #AED81A

Tints of Inch Worm #AED81A

Color information

#AED81A (or 0xAED81A) is unknown color: approx Inch Worm. HEX triplet: AE, D8 and 1A. RGB value is (174,216,26). Sum of RGB (Red+Green+Blue) = 174+216+26=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #AED81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED81A is #5127E5. Grayscale: #B6B6B6. Windows color (decimal): -5318630 or 1759406. OLE color: 1759406.

HSL color Cylindrical-coordinate representation of color #AED81A: hue angle of 73.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AED81A is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB17421626-
CMYK0.1900.880.15
HSL73.26º78.51%47.45%-
HSV(B)73.26º87.96%84.71%-
XYZ42.258.189.98-
YUV181.7840.09122.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 216 (84.77% from 255) = 51.92%
BLUE value IS 26 (10.55% from 255) = 6.25%
R=41.83%
G=51.92%
B=6.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216260.1900.880.1573.2678.5147.45
HexAED81A13058F494f2f
Octal256330322301301711111757
Binary1010111011011000110101001101011000111110010011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED81A; }

 p { color: rgb(174,216,26); }

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

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

 a { background-color: rgb(174,216,26); }

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

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

 span { border-color: rgb(174,216,26); }

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