Html Css Color HEX #AEC32A Bahia

📋 copy color: '#AEC32A'

red 174 ◦ green 195 ◦ blue 42

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

Shades of Bahia #AEC32A

Tints of Bahia #AEC32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 42 (16.8% from 255) = 10.22%

R = 42.34%
G = 47.45%
B = 10.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#AEC32A (or 0xAEC32A) is known color: Bahia. HEX triplet: AE, C3 and 2A. RGB value is (174,195,42). Sum of RGB (Red+Green+Blue) = 174+195+42=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC32A is #513CD5. Grayscale: #ABABAB. Windows color (decimal): -5323990 or 2802606. OLE color: 2802606.

HSL color Cylindrical-coordinate representation of color #AEC32A: hue angle of 68.24º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEC32A is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 42 -
CMYK 0.11 0 0.78 0.24
HSL 68.24º 0.65% 0.46% -
HSV(B) 68.24º 0.78% 0.76% -
XYZ 37.39 48.2 9.52 -
YUV 171.28 55.04 129.94 -
System Red Green Blue C M Y K H S L
Decimal 174 195 42 0.11 0 0.78 0.24 68.24 0.65 0.46
Hex AE C3 2A B 0 4E 18 44 41 2E
Octal 256 303 52 13 0 116 30 104 101 56
Binary 10101110 11000011 101010 1011 0 1001110 11000 1000100 1000001 101110

Color Harmonies of #AEC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC32A

Black with #AEC32A

Text Example


Text Example

White with #AEC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC32A; }

 p { color: rgb(174,195,42); }

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

background-color css

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

 a { background-color: rgb(174,195,42); }

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

border-color css

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

 span { border-color: rgb(174,195,42); }

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