Html Css Color HEX #AED828 Fuego

📋 copy color: '#AED828'

red 174 ◦ green 216 ◦ blue 40

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

Shades of Fuego #AED828

Tints of Fuego #AED828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.23%

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

R = 40.47%
G = 50.23%
B = 9.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#AED828 (or 0xAED828) is known color: Fuego. HEX triplet: AE, D8 and 28. RGB value is (174,216,40). Sum of RGB (Red+Green+Blue) = 174+216+40=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #AED828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED828 is #5127D7. Grayscale: #B8B8B8. Windows color (decimal): -5318616 or 2676910. OLE color: 2676910.

HSL color Cylindrical-coordinate representation of color #AED828: hue angle of 74.32º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AED828 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 40 -
CMYK 0.19 0 0.81 0.15
HSL 74.32º 0.69% 0.5% -
HSV(B) 74.32º 0.81% 0.85% -
XYZ 42.39 58.26 11.02 -
YUV 183.38 47.09 121.31 -
System Red Green Blue C M Y K H S L
Decimal 174 216 40 0.19 0 0.81 0.15 74.32 0.69 0.5
Hex AE D8 28 13 0 51 F 4A 45 32
Octal 256 330 50 23 0 121 17 112 105 62
Binary 10101110 11011000 101000 10011 0 1010001 1111 1001010 1000101 110010

Color Harmonies of #AED828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED828

Black with #AED828

Text Example


Text Example

White with #AED828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED828; }

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

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

background-color css

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

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

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

border-color css

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

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

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