Html Css Color HEX #AEC12A Bahia

📋 copy color: '#AEC12A'

red 174 ◦ green 193 ◦ blue 42

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

Shades of Bahia #AEC12A

Tints of Bahia #AEC12A

RGB

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

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

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

R = 42.54%
G = 47.19%
B = 10.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#AEC12A (or 0xAEC12A) is known color: Bahia. HEX triplet: AE, C1 and 2A. RGB value is (174,193,42). Sum of RGB (Red+Green+Blue) = 174+193+42=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC12A is #513ED5. Grayscale: #AAAAAA. Windows color (decimal): -5324502 or 2802094. OLE color: 2802094.

HSL color Cylindrical-coordinate representation of color #AEC12A: hue angle of 67.55º degrees, saturation: 0.64, 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 #AEC12A is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 42 -
CMYK 0.10 0 0.78 0.24
HSL 67.55º 0.64% 0.46% -
HSV(B) 67.55º 0.78% 0.76% -
XYZ 36.94 47.31 9.37 -
YUV 170.11 55.71 130.78 -
System Red Green Blue C M Y K H S L
Decimal 174 193 42 0.10 0 0.78 0.24 67.55 0.64 0.46
Hex AE C1 2A A 0 4E 18 44 40 2E
Octal 256 301 52 12 0 116 30 104 100 56
Binary 10101110 11000001 101010 1010 0 1001110 11000 1000100 1000000 101110

Color Harmonies of #AEC12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC12A

Black with #AEC12A

Text Example


Text Example

White with #AEC12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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