#AED62D

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

Shades of Fuego #AED62D

Tints of Fuego #AED62D

Color information

#AED62D (or 0xAED62D) is unknown color: approx Fuego. HEX triplet: AE, D6 and 2D. RGB value is (174,214,45). Sum of RGB (Red+Green+Blue) = 174+214+45=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #AED62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED62D is #5129D2. Grayscale: #B7B7B7. Windows color (decimal): -5319123 or 3004078. OLE color: 3004078.

HSL color Cylindrical-coordinate representation of color #AED62D: hue angle of 74.2º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AED62D is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB17421445-
CMYK0.1900.790.16
HSL74.2º67.33%50.78%-
HSV(B)74.2º78.97%83.92%-
XYZ41.9857.2811.33-
YUV182.7750.25121.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 214 (83.98% from 255) = 49.42%
BLUE value IS 45 (17.97% from 255) = 10.39%
R=40.18%
G=49.42%
B=10.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174214450.1900.790.1674.267.3350.78
HexAED62D1304F104a4333
Octal256326552301172011210363
Binary101011101101011010110110011010011111000010010101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED62D; }

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

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

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

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

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

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

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

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