#AED229

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

Shades of Fuego #AED229

Tints of Fuego #AED229

Color information

#AED229 (or 0xAED229) is unknown color: approx Fuego. HEX triplet: AE, D2 and 29. RGB value is (174,210,41). Sum of RGB (Red+Green+Blue) = 174+210+41=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #AED229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED229 is #512DD6. Grayscale: #B4B4B4. Windows color (decimal): -5320151 or 2740910. OLE color: 2740910.

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

Color convert

RGB17421041-
CMYK0.1700.800.18
HSL72.78º67.33%49.22%-
HSV(B)72.78º80.48%82.35%-
XYZ40.955.2510.61-
YUV179.9749.57123.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 210 (82.42% from 255) = 49.41%
BLUE value IS 41 (16.41% from 255) = 9.65%
R=40.94%
G=49.41%
B=9.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174210410.1700.800.1872.7867.3349.22
HexAED2291105012494331
Octal256322512101202211110361
Binary101011101101001010100110001010100001001010010011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED229; }

 p { color: rgb(174,210,41); }

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

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

 a { background-color: rgb(174,210,41); }

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

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

 span { border-color: rgb(174,210,41); }

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