Html Css Color HEX #AED729 Fuego

📋 copy color: '#AED729'

red 174 ◦ green 215 ◦ blue 41

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

Shades of Fuego #AED729

Tints of Fuego #AED729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50%

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

R = 40.47%
G = 50%
B = 9.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#AED729 (or 0xAED729) is known color: Fuego. HEX triplet: AE, D7 and 29. RGB value is (174,215,41). Sum of RGB (Red+Green+Blue) = 174+215+41=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #AED729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED729 is #5128D6. Grayscale: #B7B7B7. Windows color (decimal): -5318871 or 2742190. OLE color: 2742190.

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

Color convert

RGB 174 215 41 -
CMYK 0.19 0 0.81 0.16
HSL 74.14º 0.69% 0.5% -
HSV(B) 74.14º 0.81% 0.84% -
XYZ 42.16 57.76 11.02 -
YUV 182.91 47.92 121.65 -
System Red Green Blue C M Y K H S L
Decimal 174 215 41 0.19 0 0.81 0.16 74.14 0.69 0.5
Hex AE D7 29 13 0 51 10 4A 45 32
Octal 256 327 51 23 0 121 20 112 105 62
Binary 10101110 11010111 101001 10011 0 1010001 10000 1001010 1000101 110010

Color Harmonies of #AED729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED729

Black with #AED729

Text Example


Text Example

White with #AED729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED729; }

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

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

background-color css

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

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

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

border-color css

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

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

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