Html Css Color HEX #AED830 Fuego

📋 copy color: '#AED830'

red 174 ◦ green 216 ◦ blue 48

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

Shades of Fuego #AED830

Tints of Fuego #AED830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.32%

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

R = 39.73%
G = 49.32%
B = 10.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#AED830 (or 0xAED830) is known color: Fuego. HEX triplet: AE, D8 and 30. RGB value is (174,216,48). Sum of RGB (Red+Green+Blue) = 174+216+48=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #AED830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED830 is #5127CF. Grayscale: #B8B8B8. Windows color (decimal): -5318608 or 3201198. OLE color: 3201198.

HSL color Cylindrical-coordinate representation of color #AED830: hue angle of 75º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AED830 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 48 -
CMYK 0.19 0 0.78 0.15
HSL 75º 0.68% 0.52% -
HSV(B) 75º 0.78% 0.85% -
XYZ 42.54 58.32 11.81 -
YUV 184.29 51.09 120.66 -
System Red Green Blue C M Y K H S L
Decimal 174 216 48 0.19 0 0.78 0.15 75 0.68 0.52
Hex AE D8 30 13 0 4E F 4B 44 34
Octal 256 330 60 23 0 116 17 113 104 64
Binary 10101110 11011000 110000 10011 0 1001110 1111 1001011 1000100 110100

Color Harmonies of #AED830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED830

Black with #AED830

Text Example


Text Example

White with #AED830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED830; }

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

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

background-color css

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

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

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

border-color css

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

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

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