Html Css Color HEX #AED62B Fuego

📋 copy color: '#AED62B'

red 174 ◦ green 214 ◦ blue 43

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

Shades of Fuego #AED62B

Tints of Fuego #AED62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.98%

R = 40.37%
G = 49.65%
B = 9.98%

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

#AED62B (or 0xAED62B) is known color: Fuego. HEX triplet: AE, D6 and 2B. RGB value is (174,214,43). Sum of RGB (Red+Green+Blue) = 174+214+43=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #AED62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED62B is #5129D4. Grayscale: #B7B7B7. Windows color (decimal): -5319125 or 2873006. OLE color: 2873006.

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

Color convert

RGB 174 214 43 -
CMYK 0.19 0 0.80 0.16
HSL 74.04º 0.68% 0.5% -
HSV(B) 74.04º 0.8% 0.84% -
XYZ 41.94 57.27 11.13 -
YUV 182.55 49.25 121.9 -
System Red Green Blue C M Y K H S L
Decimal 174 214 43 0.19 0 0.80 0.16 74.04 0.68 0.5
Hex AE D6 2B 13 0 50 10 4A 44 32
Octal 256 326 53 23 0 120 20 112 104 62
Binary 10101110 11010110 101011 10011 0 1010000 10000 1001010 1000100 110010

Color Harmonies of #AED62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED62B

Black with #AED62B

Text Example


Text Example

White with #AED62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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