Html Css Color HEX #AEC52E Bahia

📋 copy color: '#AEC52E'

red 174 ◦ green 197 ◦ blue 46

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

Shades of Bahia #AEC52E

Tints of Bahia #AEC52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.24%

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 41.73%
G = 47.24%
B = 11.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#AEC52E (or 0xAEC52E) is known color: Bahia. HEX triplet: AE, C5 and 2E. RGB value is (174,197,46). Sum of RGB (Red+Green+Blue) = 174+197+46=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC52E is #513AD1. Grayscale: #ADADAD. Windows color (decimal): -5323474 or 3065262. OLE color: 3065262.

HSL color Cylindrical-coordinate representation of color #AEC52E: hue angle of 69.14º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEC52E is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 197 46 -
CMYK 0.12 0 0.77 0.23
HSL 69.14º 0.62% 0.48% -
HSV(B) 69.14º 0.77% 0.77% -
XYZ 37.91 49.13 10.07 -
YUV 172.91 56.38 128.78 -
System Red Green Blue C M Y K H S L
Decimal 174 197 46 0.12 0 0.77 0.23 69.14 0.62 0.48
Hex AE C5 2E C 0 4D 17 45 3E 30
Octal 256 305 56 14 0 115 27 105 76 60
Binary 10101110 11000101 101110 1100 0 1001101 10111 1000101 111110 110000

Color Harmonies of #AEC52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC52E

Black with #AEC52E

Text Example


Text Example

White with #AEC52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC52E; }

 p { color: rgb(174,197,46); }

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

background-color css

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

 a { background-color: rgb(174,197,46); }

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

border-color css

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

 span { border-color: rgb(174,197,46); }

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