Html Css Color HEX #AED330 Fuego

📋 copy color: '#AED330'

red 174 ◦ green 211 ◦ blue 48

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

Shades of Fuego #AED330

Tints of Fuego #AED330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

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

R = 40.18%
G = 48.73%
B = 11.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#AED330 (or 0xAED330) is known color: Fuego. HEX triplet: AE, D3 and 30. RGB value is (174,211,48). Sum of RGB (Red+Green+Blue) = 174+211+48=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #AED330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED330 is #512CCF. Grayscale: #B5B5B5. Windows color (decimal): -5319888 or 3199918. OLE color: 3199918.

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

Color convert

RGB 174 211 48 -
CMYK 0.18 0 0.77 0.17
HSL 73.62º 0.65% 0.51% -
HSV(B) 73.62º 0.77% 0.83% -
XYZ 41.28 55.8 11.39 -
YUV 181.36 52.74 122.75 -
System Red Green Blue C M Y K H S L
Decimal 174 211 48 0.18 0 0.77 0.17 73.62 0.65 0.51
Hex AE D3 30 12 0 4D 11 4A 41 33
Octal 256 323 60 22 0 115 21 112 101 63
Binary 10101110 11010011 110000 10010 0 1001101 10001 1001010 1000001 110011

Color Harmonies of #AED330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED330

Black with #AED330

Text Example


Text Example

White with #AED330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED330; }

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

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

background-color css

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

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

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

border-color css

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

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

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