Html Css Color HEX #AED42D Fuego

📋 copy color: '#AED42D'

red 174 ◦ green 212 ◦ blue 45

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

Shades of Fuego #AED42D

Tints of Fuego #AED42D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.19%

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 40.37%
G = 49.19%
B = 10.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#AED42D (or 0xAED42D) is known color: Fuego. HEX triplet: AE, D4 and 2D. RGB value is (174,212,45). Sum of RGB (Red+Green+Blue) = 174+212+45=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #AED42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED42D is #512BD2. Grayscale: #B6B6B6. Windows color (decimal): -5319635 or 3003566. OLE color: 3003566.

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

Color convert

RGB 174 212 45 -
CMYK 0.18 0 0.79 0.17
HSL 73.65º 0.66% 0.5% -
HSV(B) 73.65º 0.79% 0.83% -
XYZ 41.47 56.28 11.16 -
YUV 181.6 50.91 122.58 -
System Red Green Blue C M Y K H S L
Decimal 174 212 45 0.18 0 0.79 0.17 73.65 0.66 0.5
Hex AE D4 2D 12 0 4F 11 4A 42 32
Octal 256 324 55 22 0 117 21 112 102 62
Binary 10101110 11010100 101101 10010 0 1001111 10001 1001010 1000010 110010

Color Harmonies of #AED42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED42D

Black with #AED42D

Text Example


Text Example

White with #AED42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED42D; }

 p { color: rgb(174,212,45); }

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

background-color css

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

 a { background-color: rgb(174,212,45); }

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

border-color css

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

 span { border-color: rgb(174,212,45); }

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