#AEC112

Color #AEC112 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AEC112

Tints of Bahia #AEC112

Color information

#AEC112 (or 0xAEC112) is unknown color: approx Bahia. HEX triplet: AE, C1 and 12. RGB value is (174,193,18). Sum of RGB (Red+Green+Blue) = 174+193+18=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC112 is #513EED. Grayscale: #A8A8A8. Windows color (decimal): -5324526 or 1229230. OLE color: 1229230.

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

Color convert

RGB17419318-
CMYK0.1000.910.24
HSL66.51º82.94%41.37%-
HSV(B)66.51º90.67%75.69%-
XYZ36.6347.187.75-
YUV167.3743.71132.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 193 (75.78% from 255) = 50.13%
BLUE value IS 18 (7.42% from 255) = 4.68%
R=45.19%
G=50.13%
B=4.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174193180.1000.910.2466.5182.9441.37
HexAEC112A05B18435329
Octal256301221201333010312351
Binary1010111011000001100101010010110111100010000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC112; }

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

 H1.HeaderClassName
 {
   color: #AEC112;
 }
 .AnyTagClassName
 {
   color: #AEC112;
 }
</style>
background-color css

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

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

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

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

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

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