Html Css Color HEX #AEC124 Bahia

📋 copy color: '#AEC124'

red 174 ◦ green 193 ◦ blue 36

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

Shades of Bahia #AEC124

Tints of Bahia #AEC124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.89%

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 43.18%
G = 47.89%
B = 8.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#AEC124 (or 0xAEC124) is known color: Bahia. HEX triplet: AE, C1 and 24. RGB value is (174,193,36). Sum of RGB (Red+Green+Blue) = 174+193+36=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC124 is #513EDB. Grayscale: #AAAAAA. Windows color (decimal): -5324508 or 2408878. OLE color: 2408878.

HSL color Cylindrical-coordinate representation of color #AEC124: hue angle of 67.26º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEC124 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 36 -
CMYK 0.10 0 0.81 0.24
HSL 67.26º 0.69% 0.45% -
HSV(B) 67.26º 0.81% 0.76% -
XYZ 36.84 47.27 8.85 -
YUV 169.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 174 193 36 0.10 0 0.81 0.24 67.26 0.69 0.45
Hex AE C1 24 A 0 51 18 43 45 2D
Octal 256 301 44 12 0 121 30 103 105 55
Binary 10101110 11000001 100100 1010 0 1010001 11000 1000011 1000101 101101

Color Harmonies of #AEC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC124

Black with #AEC124

Text Example


Text Example

White with #AEC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC124; }

 p { color: rgb(174,193,36); }

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

background-color css

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

 a { background-color: rgb(174,193,36); }

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

border-color css

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

 span { border-color: rgb(174,193,36); }

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