#AED522

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

Shades of Inch Worm #AED522

Tints of Inch Worm #AED522

Color information

#AED522 (or 0xAED522) is unknown color: approx Inch Worm. HEX triplet: AE, D5 and 22. RGB value is (174,213,34). Sum of RGB (Red+Green+Blue) = 174+213+34=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #AED522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED522 is #512ADD. Grayscale: #B5B5B5. Windows color (decimal): -5319390 or 2282926. OLE color: 2282926.

HSL color Cylindrical-coordinate representation of color #AED522: hue angle of 73.07º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AED522 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB17421334-
CMYK0.1800.840.16
HSL73.07º72.47%48.43%-
HSV(B)73.07º84.04%83.53%-
XYZ41.5456.710.27-
YUV180.9345.08123.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 213 (83.59% from 255) = 50.59%
BLUE value IS 34 (13.67% from 255) = 8.08%
R=41.33%
G=50.59%
B=8.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174213340.1800.840.1673.0772.4748.43
HexAED5221205410494830
Octal256325422201242011111060
Binary101011101101010110001010010010101001000010010011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED522; }

 p { color: rgb(174,213,34); }

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

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

 a { background-color: rgb(174,213,34); }

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

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

 span { border-color: rgb(174,213,34); }

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