Html Css Color HEX #AED62A Fuego

📋 copy color: '#AED62A'

red 174 ◦ green 214 ◦ blue 42

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

Shades of Fuego #AED62A

Tints of Fuego #AED62A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.77%

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

R = 40.47%
G = 49.77%
B = 9.77%

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

#AED62A (or 0xAED62A) is known color: Fuego. HEX triplet: AE, D6 and 2A. RGB value is (174,214,42). Sum of RGB (Red+Green+Blue) = 174+214+42=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #AED62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED62A is #5129D5. Grayscale: #B7B7B7. Windows color (decimal): -5319126 or 2807470. OLE color: 2807470.

HSL color Cylindrical-coordinate representation of color #AED62A: hue angle of 73.95º 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 #AED62A is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 42 -
CMYK 0.19 0 0.80 0.16
HSL 73.95º 0.68% 0.5% -
HSV(B) 73.95º 0.8% 0.84% -
XYZ 41.92 57.26 11.03 -
YUV 182.43 48.75 121.99 -
System Red Green Blue C M Y K H S L
Decimal 174 214 42 0.19 0 0.80 0.16 73.95 0.68 0.5
Hex AE D6 2A 13 0 50 10 4A 44 32
Octal 256 326 52 23 0 120 20 112 104 62
Binary 10101110 11010110 101010 10011 0 1010000 10000 1001010 1000100 110010

Color Harmonies of #AED62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED62A

Black with #AED62A

Text Example


Text Example

White with #AED62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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