Html Css Color HEX #AED72A Fuego

📋 copy color: '#AED72A'

red 174 ◦ green 215 ◦ blue 42

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

Shades of Fuego #AED72A

Tints of Fuego #AED72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.74%

R = 40.37%
G = 49.88%
B = 9.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#AED72A (or 0xAED72A) is known color: Fuego. HEX triplet: AE, D7 and 2A. RGB value is (174,215,42). Sum of RGB (Red+Green+Blue) = 174+215+42=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #AED72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED72A is #5128D5. Grayscale: #B7B7B7. Windows color (decimal): -5318870 or 2807726. OLE color: 2807726.

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

Color convert

RGB 174 215 42 -
CMYK 0.19 0 0.80 0.16
HSL 74.22º 0.68% 0.5% -
HSV(B) 74.22º 0.8% 0.84% -
XYZ 42.17 57.77 11.12 -
YUV 183.02 48.42 121.57 -
System Red Green Blue C M Y K H S L
Decimal 174 215 42 0.19 0 0.80 0.16 74.22 0.68 0.5
Hex AE D7 2A 13 0 50 10 4A 44 32
Octal 256 327 52 23 0 120 20 112 104 62
Binary 10101110 11010111 101010 10011 0 1010000 10000 1001010 1000100 110010

Color Harmonies of #AED72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED72A

Black with #AED72A

Text Example


Text Example

White with #AED72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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