#aed82e

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

Shades of Fuego #AED82E

Tints of Fuego #AED82E

Color information

#AED82E (or 0xAED82E) is unknown color: approx Fuego. HEX triplet: AE, D8 and 2E. RGB value is (174,216,46). Sum of RGB (Red+Green+Blue) = 174+216+46=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #AED82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED82E is #5127D1. Grayscale: #B8B8B8. Windows color (decimal): -5318610 or 3070126. OLE color: 3070126.

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

Color convert

RGB17421646-
CMYK0.1900.790.15
HSL74.82º68.55%51.37%-
HSV(B)74.82º78.7%84.71%-
XYZ42.558.3111.6-
YUV184.0650.09120.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 216 (84.77% from 255) = 49.54%
BLUE value IS 46 (18.36% from 255) = 10.55%
R=39.91%
G=49.54%
B=10.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216460.1900.790.1574.8268.5551.37
HexAED82E1304FF4b4533
Octal256330562301171711310563
Binary10101110110110001011101001101001111111110010111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aed82e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aed82e; }

 p { color: rgb(174,216,46); }

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

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

 a { background-color: rgb(174,216,46); }

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

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

 span { border-color: rgb(174,216,46); }

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