#AEC51A

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

Shades of Bahia #AEC51A

Tints of Bahia #AEC51A

Color information

#AEC51A (or 0xAEC51A) is unknown color: approx Bahia. HEX triplet: AE, C5 and 1A. RGB value is (174,197,26). Sum of RGB (Red+Green+Blue) = 174+197+26=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC51A is #513AE5. Grayscale: #ABABAB. Windows color (decimal): -5323494 or 1754542. OLE color: 1754542.

HSL color Cylindrical-coordinate representation of color #AEC51A: hue angle of 68.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEC51A is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB17419726-
CMYK0.1200.870.23
HSL68.07º76.68%43.73%-
HSV(B)68.07º86.8%77.25%-
XYZ37.6149.018.45-
YUV170.6346.38130.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 197 (77.34% from 255) = 49.62%
BLUE value IS 26 (10.55% from 255) = 6.55%
R=43.83%
G=49.62%
B=6.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174197260.1200.870.2368.0776.6843.73
HexAEC51AC05717444d2c
Octal256305321401272710411554
Binary1010111011000101110101100010101111011110001001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC51A; }

 p { color: rgb(174,197,26); }

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

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

 a { background-color: rgb(174,197,26); }

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

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

 span { border-color: rgb(174,197,26); }

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