Html Css Color HEX #AECA34 Yellow Green

📋 copy color: '#AECA34'

red 174 ◦ green 202 ◦ blue 52

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

Shades of Yellow Green #AECA34

Tints of Yellow Green #AECA34

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.2%

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 40.65%
G = 47.2%
B = 12.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#AECA34 (or 0xAECA34) is known color: Yellow Green. HEX triplet: AE, CA and 34. RGB value is (174,202,52). Sum of RGB (Red+Green+Blue) = 174+202+52=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA34 is #5135CB. Grayscale: #B1B1B1. Windows color (decimal): -5322188 or 3459758. OLE color: 3459758.

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

Color convert

RGB 174 202 52 -
CMYK 0.14 0 0.74 0.21
HSL 71.2º 0.59% 0.5% -
HSV(B) 71.2º 0.74% 0.79% -
XYZ 39.2 51.49 11.12 -
YUV 176.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 174 202 52 0.14 0 0.74 0.21 71.2 0.59 0.5
Hex AE CA 34 E 0 4A 15 47 3B 32
Octal 256 312 64 16 0 112 25 107 73 62
Binary 10101110 11001010 110100 1110 0 1001010 10101 1000111 111011 110010

Color Harmonies of #AECA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA34

Black with #AECA34

Text Example


Text Example

White with #AECA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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