#AED626

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

Shades of Inch Worm #AED626

Tints of Inch Worm #AED626

Color information

#AED626 (or 0xAED626) is unknown color: approx Inch Worm. HEX triplet: AE, D6 and 26. RGB value is (174,214,38). Sum of RGB (Red+Green+Blue) = 174+214+38=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #AED626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED626 is #5129D9. Grayscale: #B6B6B6. Windows color (decimal): -5319130 or 2545326. OLE color: 2545326.

HSL color Cylindrical-coordinate representation of color #AED626: hue angle of 73.64º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AED626 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB17421438-
CMYK0.1900.820.16
HSL73.64º69.84%49.41%-
HSV(B)73.64º82.24%83.92%-
XYZ41.8557.2310.67-
YUV181.9846.75122.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 214 (83.98% from 255) = 50.23%
BLUE value IS 38 (15.23% from 255) = 8.92%
R=40.85%
G=50.23%
B=8.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174214380.1900.820.1673.6469.8449.41
HexAED62613052104a4631
Octal256326462301222011210661
Binary101011101101011010011010011010100101000010010101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED626; }

 p { color: rgb(174,214,38); }

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

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

 a { background-color: rgb(174,214,38); }

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

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

 span { border-color: rgb(174,214,38); }

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