Html Css Color HEX #AEDD30 Fuego

📋 copy color: '#AEDD30'

red 174 ◦ green 221 ◦ blue 48

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

Shades of Fuego #AEDD30

Tints of Fuego #AEDD30

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.89%

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

R = 39.28%
G = 49.89%
B = 10.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#AEDD30 (or 0xAEDD30) is known color: Fuego. HEX triplet: AE, DD and 30. RGB value is (174,221,48). Sum of RGB (Red+Green+Blue) = 174+221+48=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD30 is #5122CF. Grayscale: #BBBBBB. Windows color (decimal): -5317328 or 3202478. OLE color: 3202478.

HSL color Cylindrical-coordinate representation of color #AEDD30: hue angle of 76.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEDD30 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 48 -
CMYK 0.21 0 0.78 0.13
HSL 76.3º 0.72% 0.53% -
HSV(B) 76.3º 0.78% 0.87% -
XYZ 43.85 60.92 12.25 -
YUV 187.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 174 221 48 0.21 0 0.78 0.13 76.3 0.72 0.53
Hex AE DD 30 15 0 4E D 4C 48 35
Octal 256 335 60 25 0 116 15 114 110 65
Binary 10101110 11011101 110000 10101 0 1001110 1101 1001100 1001000 110101

Color Harmonies of #AEDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD30

Black with #AEDD30

Text Example


Text Example

White with #AEDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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