#AED426

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

Shades of Fuego #AED426

Tints of Fuego #AED426

Color information

#AED426 (or 0xAED426) is unknown color: approx Fuego. HEX triplet: AE, D4 and 26. RGB value is (174,212,38). Sum of RGB (Red+Green+Blue) = 174+212+38=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #AED426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED426 is #512BD9. Grayscale: #B5B5B5. Windows color (decimal): -5319642 or 2544814. OLE color: 2544814.

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

Color convert

RGB17421238-
CMYK0.1800.820.17
HSL73.1º69.6%49.02%-
HSV(B)73.1º82.08%83.14%-
XYZ41.3556.2310.51-
YUV180.847.41123.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 212 (83.20% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 8.96%
R=41.04%
G=50%
B=8.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174212380.1800.820.1773.169.649.02
HexAED4261205211494631
Octal256324462201222111110661
Binary101011101101010010011010010010100101000110010011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED426; }

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

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

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

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

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

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

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

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