Html Css Color HEX #AED528 Fuego

📋 copy color: '#AED528'

red 174 ◦ green 213 ◦ blue 40

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

Shades of Fuego #AED528

Tints of Fuego #AED528

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.88%

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 40.75%
G = 49.88%
B = 9.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#AED528 (or 0xAED528) is known color: Fuego. HEX triplet: AE, D5 and 28. RGB value is (174,213,40). Sum of RGB (Red+Green+Blue) = 174+213+40=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #AED528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED528 is #512AD7. Grayscale: #B6B6B6. Windows color (decimal): -5319384 or 2676142. OLE color: 2676142.

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

Color convert

RGB 174 213 40 -
CMYK 0.18 0 0.81 0.16
HSL 73.53º 0.68% 0.5% -
HSV(B) 73.53º 0.81% 0.84% -
XYZ 41.63 56.74 10.77 -
YUV 181.62 48.08 122.57 -
System Red Green Blue C M Y K H S L
Decimal 174 213 40 0.18 0 0.81 0.16 73.53 0.68 0.5
Hex AE D5 28 12 0 51 10 4A 44 32
Octal 256 325 50 22 0 121 20 112 104 62
Binary 10101110 11010101 101000 10010 0 1010001 10000 1001010 1000100 110010

Color Harmonies of #AED528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED528

Black with #AED528

Text Example


Text Example

White with #AED528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED528; }

 p { color: rgb(174,213,40); }

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

background-color css

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

 a { background-color: rgb(174,213,40); }

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

border-color css

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

 span { border-color: rgb(174,213,40); }

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