Html Css Color HEX #AED229 Fuego

📋 copy color: '#AED229'

red 174 ◦ green 210 ◦ blue 41

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

Shades of Fuego #AED229

Tints of Fuego #AED229

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

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

R = 40.94%
G = 49.41%
B = 9.65%

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

#AED229 (or 0xAED229) is known color: Fuego. HEX triplet: AE, D2 and 29. RGB value is (174,210,41). Sum of RGB (Red+Green+Blue) = 174+210+41=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #AED229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED229 is #512DD6. Grayscale: #B4B4B4. Windows color (decimal): -5320151 or 2740910. OLE color: 2740910.

HSL color Cylindrical-coordinate representation of color #AED229: hue angle of 72.78º 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 #AED229 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 41 -
CMYK 0.17 0 0.80 0.18
HSL 72.78º 0.67% 0.49% -
HSV(B) 72.78º 0.8% 0.82% -
XYZ 40.9 55.25 10.61 -
YUV 179.97 49.57 123.74 -
System Red Green Blue C M Y K H S L
Decimal 174 210 41 0.17 0 0.80 0.18 72.78 0.67 0.49
Hex AE D2 29 11 0 50 12 49 43 31
Octal 256 322 51 21 0 120 22 111 103 61
Binary 10101110 11010010 101001 10001 0 1010000 10010 1001001 1000011 110001

Color Harmonies of #AED229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED229

Black with #AED229

Text Example


Text Example

White with #AED229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED229; }

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

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

background-color css

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

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

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

border-color css

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

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

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