Html Css Color HEX #AED829 Fuego

📋 copy color: '#AED829'

red 174 ◦ green 216 ◦ blue 41

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

Shades of Fuego #AED829

Tints of Fuego #AED829

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.12%

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

R = 40.37%
G = 50.12%
B = 9.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#AED829 (or 0xAED829) is known color: Fuego. HEX triplet: AE, D8 and 29. RGB value is (174,216,41). Sum of RGB (Red+Green+Blue) = 174+216+41=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #AED829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED829 is #5127D6. Grayscale: #B8B8B8. Windows color (decimal): -5318615 or 2742446. OLE color: 2742446.

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

Color convert

RGB 174 216 41 -
CMYK 0.19 0 0.81 0.15
HSL 74.4º 0.69% 0.5% -
HSV(B) 74.4º 0.81% 0.85% -
XYZ 42.41 58.27 11.11 -
YUV 183.49 47.59 121.23 -
System Red Green Blue C M Y K H S L
Decimal 174 216 41 0.19 0 0.81 0.15 74.4 0.69 0.5
Hex AE D8 29 13 0 51 F 4A 45 32
Octal 256 330 51 23 0 121 17 112 105 62
Binary 10101110 11011000 101001 10011 0 1010001 1111 1001010 1000101 110010

Color Harmonies of #AED829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED829

Black with #AED829

Text Example


Text Example

White with #AED829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED829; }

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

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

background-color css

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

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

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

border-color css

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

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

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