#aed41c

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

Shades of Inch Worm #AED41C

Tints of Inch Worm #AED41C

Color information

#AED41C (or 0xAED41C) is unknown color: approx Inch Worm. HEX triplet: AE, D4 and 1C. RGB value is (174,212,28). Sum of RGB (Red+Green+Blue) = 174+212+28=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #AED41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED41C is #512BE3. Grayscale: #B4B4B4. Windows color (decimal): -5319652 or 1889454. OLE color: 1889454.

HSL color Cylindrical-coordinate representation of color #AED41C: hue angle of 72.39º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AED41C is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB17421228-
CMYK0.1800.870.17
HSL72.39º76.67%47.06%-
HSV(B)72.39º86.79%83.14%-
XYZ41.2156.179.77-
YUV179.6642.41123.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 212 (83.20% from 255) = 51.21%
BLUE value IS 28 (11.33% from 255) = 6.76%
R=42.03%
G=51.21%
B=6.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174212280.1800.870.1772.3976.6747.06
HexAED41C1205711484d2f
Octal256324342201272111011557
Binary10101110110101001110010010010101111000110010001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aed41c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aed41c; }

 p { color: rgb(174,212,28); }

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

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

 a { background-color: rgb(174,212,28); }

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

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

 span { border-color: rgb(174,212,28); }

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