Html Css Color HEX #AEC52D Bahia

📋 copy color: '#AEC52D'

red 174 ◦ green 197 ◦ blue 45

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

Shades of Bahia #AEC52D

Tints of Bahia #AEC52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.82%

R = 41.83%
G = 47.36%
B = 10.82%

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

#AEC52D (or 0xAEC52D) is known color: Bahia. HEX triplet: AE, C5 and 2D. RGB value is (174,197,45). Sum of RGB (Red+Green+Blue) = 174+197+45=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC52D is #513AD2. Grayscale: #ADADAD. Windows color (decimal): -5323475 or 2999726. OLE color: 2999726.

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

Color convert

RGB 174 197 45 -
CMYK 0.12 0 0.77 0.23
HSL 69.08º 0.63% 0.47% -
HSV(B) 69.08º 0.77% 0.77% -
XYZ 37.9 49.12 9.97 -
YUV 172.8 55.88 128.86 -
System Red Green Blue C M Y K H S L
Decimal 174 197 45 0.12 0 0.77 0.23 69.08 0.63 0.47
Hex AE C5 2D C 0 4D 17 45 3F 2F
Octal 256 305 55 14 0 115 27 105 77 57
Binary 10101110 11000101 101101 1100 0 1001101 10111 1000101 111111 101111

Color Harmonies of #AEC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC52D

Black with #AEC52D

Text Example


Text Example

White with #AEC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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