#AAC51A

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

Shades of Bahia #AAC51A

Tints of Bahia #AAC51A

Color information

#AAC51A (or 0xAAC51A) is unknown color: approx Bahia. HEX triplet: AA, C5 and 1A. RGB value is (170,197,26). Sum of RGB (Red+Green+Blue) = 170+197+26=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC51A is #553AE5. Grayscale: #AAAAAA. Windows color (decimal): -5585638 or 1754538. OLE color: 1754538.

HSL color Cylindrical-coordinate representation of color #AAC51A: hue angle of 69.47º 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 #AAC51A is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB17019726-
CMYK0.1400.870.23
HSL69.47º76.68%43.73%-
HSV(B)69.47º86.8%77.25%-
XYZ36.7348.558.41-
YUV169.4347.05128.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 197 (77.34% from 255) = 50.13%
BLUE value IS 26 (10.55% from 255) = 6.62%
R=43.26%
G=50.13%
B=6.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170197260.1400.870.2369.4776.6843.73
HexAAC51AE05717454d2c
Octal252305321601272710511554
Binary1010101011000101110101110010101111011110001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC51A; }

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

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

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

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

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

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

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

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