Html Css Color HEX #AEDA29 Fuego

📋 copy color: '#AEDA29'

red 174 ◦ green 218 ◦ blue 41

#AEDA29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #AEDA29

Tints of Fuego #AEDA29

RGB

 RED value IS 174 (68.36% from 255) = 40.18%

 GREEN value IS 218 (85.55% from 255) = 50.35%

 BLUE value IS 41 (16.41% from 255) = 9.47%

R = 40.18%
G = 50.35%
B = 9.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#AEDA29 (or 0xAEDA29) is known color: Fuego. HEX triplet: AE, DA and 29. RGB value is (174,218,41). Sum of RGB (Red+Green+Blue) = 174+218+41=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA29 is #5125D6. Grayscale: #B9B9B9. Windows color (decimal): -5318103 or 2742958. OLE color: 2742958.

HSL color Cylindrical-coordinate representation of color #AEDA29: hue angle of 74.92º degrees, saturation: 0.71, 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 #AEDA29 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 41 -
CMYK 0.20 0 0.81 0.15
HSL 74.92º 0.71% 0.51% -
HSV(B) 74.92º 0.81% 0.85% -
XYZ 42.93 59.3 11.28 -
YUV 184.67 46.92 120.39 -
System Red Green Blue C M Y K H S L
Decimal 174 218 41 0.20 0 0.81 0.15 74.92 0.71 0.51
Hex AE DA 29 14 0 51 F 4B 47 33
Octal 256 332 51 24 0 121 17 113 107 63
Binary 10101110 11011010 101001 10100 0 1010001 1111 1001011 1000111 110011

Color Harmonies of #AEDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA29

Black with #AEDA29

Text Example


Text Example

White with #AEDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA29; }

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

 H1.HeaderClassName
 {
   color: #AEDA29;
 }
 .AnyTagClassName
 {
   color: #AEDA29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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