Html Css Color HEX #AEDA31 Fuego

📋 copy color: '#AEDA31'

red 174 ◦ green 218 ◦ blue 49

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

Shades of Fuego #AEDA31

Tints of Fuego #AEDA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.11%

R = 39.46%
G = 49.43%
B = 11.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#AEDA31 (or 0xAEDA31) is known color: Fuego. HEX triplet: AE, DA and 31. RGB value is (174,218,49). Sum of RGB (Red+Green+Blue) = 174+218+49=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA31 is #5125CE. Grayscale: #BABABA. Windows color (decimal): -5318095 or 3267246. OLE color: 3267246.

HSL color Cylindrical-coordinate representation of color #AEDA31: hue angle of 75.62º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEDA31 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 49 -
CMYK 0.20 0 0.78 0.15
HSL 75.62º 0.7% 0.52% -
HSV(B) 75.62º 0.78% 0.85% -
XYZ 43.08 59.36 12.09 -
YUV 185.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 174 218 49 0.20 0 0.78 0.15 75.62 0.7 0.52
Hex AE DA 31 14 0 4E F 4C 46 34
Octal 256 332 61 24 0 116 17 114 106 64
Binary 10101110 11011010 110001 10100 0 1001110 1111 1001100 1000110 110100

Color Harmonies of #AEDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA31

Black with #AEDA31

Text Example


Text Example

White with #AEDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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