#aed929

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

Shades of Fuego #AED929

Tints of Fuego #AED929

Color information

#AED929 (or 0xAED929) is unknown color: approx Fuego. HEX triplet: AE, D9 and 29. RGB value is (174,217,41). Sum of RGB (Red+Green+Blue) = 174+217+41=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #AED929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED929 is #5126D6. Grayscale: #B8B8B8. Windows color (decimal): -5318359 or 2742702. OLE color: 2742702.

HSL color Cylindrical-coordinate representation of color #AED929: hue angle of 74.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AED929 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB17421741-
CMYK0.2000.810.15
HSL74.66º69.84%50.59%-
HSV(B)74.66º81.11%85.1%-
XYZ42.6758.7811.2-
YUV184.0847.25120.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 217 (85.16% from 255) = 50.23%
BLUE value IS 41 (16.41% from 255) = 9.49%
R=40.28%
G=50.23%
B=9.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174217410.2000.810.1574.6669.8450.59
HexAED92914051F4b4633
Octal256331512401211711310663
Binary10101110110110011010011010001010001111110010111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aed929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aed929; }

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

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

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

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

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

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

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

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