Html Css Color HEX #AED328 Fuego

📋 copy color: '#AED328'

red 174 ◦ green 211 ◦ blue 40

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

Shades of Fuego #AED328

Tints of Fuego #AED328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.65%

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

R = 40.94%
G = 49.65%
B = 9.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#AED328 (or 0xAED328) is known color: Fuego. HEX triplet: AE, D3 and 28. RGB value is (174,211,40). Sum of RGB (Red+Green+Blue) = 174+211+40=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #AED328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED328 is #512CD7. Grayscale: #B5B5B5. Windows color (decimal): -5319896 or 2675630. OLE color: 2675630.

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

Color convert

RGB 174 211 40 -
CMYK 0.18 0 0.81 0.17
HSL 72.98º 0.68% 0.49% -
HSV(B) 72.98º 0.81% 0.83% -
XYZ 41.13 55.74 10.6 -
YUV 180.44 48.74 123.4 -
System Red Green Blue C M Y K H S L
Decimal 174 211 40 0.18 0 0.81 0.17 72.98 0.68 0.49
Hex AE D3 28 12 0 51 11 49 44 31
Octal 256 323 50 22 0 121 21 111 104 61
Binary 10101110 11010011 101000 10010 0 1010001 10001 1001001 1000100 110001

Color Harmonies of #AED328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED328

Black with #AED328

Text Example


Text Example

White with #AED328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED328; }

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

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

background-color css

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

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

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

border-color css

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

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

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