#AED825

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

Shades of Inch Worm #AED825

Tints of Inch Worm #AED825

Color information

#AED825 (or 0xAED825) is unknown color: approx Inch Worm. HEX triplet: AE, D8 and 25. RGB value is (174,216,37). Sum of RGB (Red+Green+Blue) = 174+216+37=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #AED825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED825 is #5127DA. Grayscale: #B7B7B7. Windows color (decimal): -5318619 or 2480302. OLE color: 2480302.

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

Color convert

RGB17421637-
CMYK0.1900.830.15
HSL74.08º70.75%49.61%-
HSV(B)74.08º82.87%84.71%-
XYZ42.3558.2410.76-
YUV183.0445.59121.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 216 (84.77% from 255) = 50.59%
BLUE value IS 37 (14.84% from 255) = 8.67%
R=40.75%
G=50.59%
B=8.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216370.1900.830.1574.0870.7549.61
HexAED82513053F4a4732
Octal256330452301231711210762
Binary10101110110110001001011001101010011111110010101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED825; }

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

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

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

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

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

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

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

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