#AED42D

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

Shades of Fuego #AED42D

Tints of Fuego #AED42D

Color information

#AED42D (or 0xAED42D) is unknown color: approx Fuego. HEX triplet: AE, D4 and 2D. RGB value is (174,212,45). Sum of RGB (Red+Green+Blue) = 174+212+45=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #AED42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED42D is #512BD2. Grayscale: #B6B6B6. Windows color (decimal): -5319635 or 3003566. OLE color: 3003566.

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

Color convert

RGB17421245-
CMYK0.1800.790.17
HSL73.65º66.01%50.39%-
HSV(B)73.65º78.77%83.14%-
XYZ41.4756.2811.16-
YUV181.650.91122.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 212 (83.20% from 255) = 49.19%
BLUE value IS 45 (17.97% from 255) = 10.44%
R=40.37%
G=49.19%
B=10.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174212450.1800.790.1773.6566.0150.39
HexAED42D1204F114a4232
Octal256324552201172111210262
Binary101011101101010010110110010010011111000110010101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED42D; }

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

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

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

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

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

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

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

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