Html Css Color HEX #AEE130 Fuego

📋 copy color: '#AEE130'

red 174 ◦ green 225 ◦ blue 48

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

Shades of Fuego #AEE130

Tints of Fuego #AEE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.34%

 BLUE value IS 48 (19.14% from 255) = 10.74%

R = 38.93%
G = 50.34%
B = 10.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#AEE130 (or 0xAEE130) is known color: Fuego. HEX triplet: AE, E1 and 30. RGB value is (174,225,48). Sum of RGB (Red+Green+Blue) = 174+225+48=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE130 is #511ECF. Grayscale: #BEBEBE. Windows color (decimal): -5316304 or 3203502. OLE color: 3203502.

HSL color Cylindrical-coordinate representation of color #AEE130: hue angle of 77.29º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEE130 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 48 -
CMYK 0.23 0 0.79 0.12
HSL 77.29º 0.75% 0.54% -
HSV(B) 77.29º 0.79% 0.88% -
XYZ 44.91 63.06 12.6 -
YUV 189.57 48.1 116.89 -
System Red Green Blue C M Y K H S L
Decimal 174 225 48 0.23 0 0.79 0.12 77.29 0.75 0.54
Hex AE E1 30 17 0 4F C 4D 4B 36
Octal 256 341 60 27 0 117 14 115 113 66
Binary 10101110 11100001 110000 10111 0 1001111 1100 1001101 1001011 110110

Color Harmonies of #AEE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE130

Black with #AEE130

Text Example


Text Example

White with #AEE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE130; }

 p { color: rgb(174,225,48); }

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

background-color css

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

 a { background-color: rgb(174,225,48); }

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

border-color css

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

 span { border-color: rgb(174,225,48); }

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