#AED330

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

Shades of Fuego #AED330

Tints of Fuego #AED330

Color information

#AED330 (or 0xAED330) is unknown color: approx Fuego. HEX triplet: AE, D3 and 30. RGB value is (174,211,48). Sum of RGB (Red+Green+Blue) = 174+211+48=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #AED330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED330 is #512CCF. Grayscale: #B5B5B5. Windows color (decimal): -5319888 or 3199918. OLE color: 3199918.

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

Color convert

RGB17421148-
CMYK0.1800.770.17
HSL73.62º64.94%50.78%-
HSV(B)73.62º77.25%82.75%-
XYZ41.2855.811.39-
YUV181.3652.74122.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 211 (82.81% from 255) = 48.73%
BLUE value IS 48 (19.14% from 255) = 11.09%
R=40.18%
G=48.73%
B=11.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174211480.1800.770.1773.6264.9450.78
HexAED3301204D114a4133
Octal256323602201152111210163
Binary101011101101001111000010010010011011000110010101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED330; }

 p { color: rgb(174,211,48); }

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

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

 a { background-color: rgb(174,211,48); }

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

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

 span { border-color: rgb(174,211,48); }

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