Html Css Color HEX #AED231 Fuego

📋 copy color: '#AED231'

red 174 ◦ green 210 ◦ blue 49

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

Shades of Fuego #AED231

Tints of Fuego #AED231

RGB

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

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

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

R = 40.18%
G = 48.5%
B = 11.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#AED231 (or 0xAED231) is known color: Fuego. HEX triplet: AE, D2 and 31. RGB value is (174,210,49). Sum of RGB (Red+Green+Blue) = 174+210+49=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #AED231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED231 is #512DCE. Grayscale: #B5B5B5. Windows color (decimal): -5320143 or 3265198. OLE color: 3265198.

HSL color Cylindrical-coordinate representation of color #AED231: hue angle of 73.42º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AED231 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 49 -
CMYK 0.17 0 0.77 0.18
HSL 73.42º 0.64% 0.51% -
HSV(B) 73.42º 0.77% 0.82% -
XYZ 41.06 55.31 11.42 -
YUV 180.88 53.57 123.09 -
System Red Green Blue C M Y K H S L
Decimal 174 210 49 0.17 0 0.77 0.18 73.42 0.64 0.51
Hex AE D2 31 11 0 4D 12 49 40 33
Octal 256 322 61 21 0 115 22 111 100 63
Binary 10101110 11010010 110001 10001 0 1001101 10010 1001001 1000000 110011

Color Harmonies of #AED231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED231

Black with #AED231

Text Example


Text Example

White with #AED231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED231; }

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

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

background-color css

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

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

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

border-color css

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

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

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