Html Css Color HEX #AEC120 Bahia

📋 copy color: '#AEC120'

red 174 ◦ green 193 ◦ blue 32

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

Shades of Bahia #AEC120

Tints of Bahia #AEC120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 43.61%
G = 48.37%
B = 8.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#AEC120 (or 0xAEC120) is known color: Bahia. HEX triplet: AE, C1 and 20. RGB value is (174,193,32). Sum of RGB (Red+Green+Blue) = 174+193+32=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC120 is #513EDF. Grayscale: #A9A9A9. Windows color (decimal): -5324512 or 2146734. OLE color: 2146734.

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

Color convert

RGB 174 193 32 -
CMYK 0.10 0 0.83 0.24
HSL 67.08º 0.72% 0.44% -
HSV(B) 67.08º 0.83% 0.76% -
XYZ 36.79 47.24 8.55 -
YUV 168.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 174 193 32 0.10 0 0.83 0.24 67.08 0.72 0.44
Hex AE C1 20 A 0 53 18 43 48 2C
Octal 256 301 40 12 0 123 30 103 110 54
Binary 10101110 11000001 100000 1010 0 1010011 11000 1000011 1001000 101100

Color Harmonies of #AEC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC120

Black with #AEC120

Text Example


Text Example

White with #AEC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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