#AECA31

Color #AECA31 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #AECA31

Tints of Yellow Green #AECA31

Color information

#AECA31 (or 0xAECA31) is unknown color: approx Yellow Green. HEX triplet: AE, CA and 31. RGB value is (174,202,49). Sum of RGB (Red+Green+Blue) = 174+202+49=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA31 is #5135CE. Grayscale: #B0B0B0. Windows color (decimal): -5322191 or 3263150. OLE color: 3263150.

HSL color Cylindrical-coordinate representation of color #AECA31: hue angle of 70.98º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AECA31 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB17420249-
CMYK0.1400.760.21
HSL70.98º60.96%49.22%-
HSV(B)70.98º75.74%79.22%-
XYZ39.1351.4610.78-
YUV176.1956.22126.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 202 (79.30% from 255) = 47.53%
BLUE value IS 49 (19.53% from 255) = 11.53%
R=40.94%
G=47.53%
B=11.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174202490.1400.760.2170.9860.9649.22
HexAECA31E04C15473d31
Octal25631261160114251077561
Binary1010111011001010110001111001001100101011000111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA31; }

 p { color: rgb(174,202,49); }

 H1.HeaderClassName
 {
   color: #AECA31;
 }
 .AnyTagClassName
 {
   color: #AECA31;
 }
</style>
background-color css

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

 a { background-color: rgb(174,202,49); }

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

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

 span { border-color: rgb(174,202,49); }

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