Html Css Color HEX #AED129 Fuego

📋 copy color: '#AED129'

red 174 ◦ green 209 ◦ blue 41

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

Shades of Fuego #AED129

Tints of Fuego #AED129

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

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

R = 41.04%
G = 49.29%
B = 9.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#AED129 (or 0xAED129) is known color: Fuego. HEX triplet: AE, D1 and 29. RGB value is (174,209,41). Sum of RGB (Red+Green+Blue) = 174+209+41=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #AED129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED129 is #512ED6. Grayscale: #B4B4B4. Windows color (decimal): -5320407 or 2740654. OLE color: 2740654.

HSL color Cylindrical-coordinate representation of color #AED129: hue angle of 72.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AED129 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 41 -
CMYK 0.17 0 0.80 0.18
HSL 72.5º 0.67% 0.49% -
HSV(B) 72.5º 0.8% 0.82% -
XYZ 40.66 54.76 10.52 -
YUV 179.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 174 209 41 0.17 0 0.80 0.18 72.5 0.67 0.49
Hex AE D1 29 11 0 50 12 48 43 31
Octal 256 321 51 21 0 120 22 110 103 61
Binary 10101110 11010001 101001 10001 0 1010000 10010 1001000 1000011 110001

Color Harmonies of #AED129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED129

Black with #AED129

Text Example


Text Example

White with #AED129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED129; }

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

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

background-color css

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

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

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

border-color css

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

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

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