#AAC12D

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

Shades of Bahia #AAC12D

Tints of Bahia #AAC12D

Color information

#AAC12D (or 0xAAC12D) is unknown color: approx Bahia. HEX triplet: AA, C1 and 2D. RGB value is (170,193,45). Sum of RGB (Red+Green+Blue) = 170+193+45=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC12D is #553ED2. Grayscale: #A9A9A9. Windows color (decimal): -5586643 or 2998698. OLE color: 2998698.

HSL color Cylindrical-coordinate representation of color #AAC12D: hue angle of 69.32º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAC12D is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB17019345-
CMYK0.1200.770.24
HSL69.32º62.18%46.67%-
HSV(B)69.32º76.68%75.69%-
XYZ36.1246.889.63-
YUV169.2557.88128.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 193 (75.78% from 255) = 47.30%
BLUE value IS 45 (17.97% from 255) = 11.03%
R=41.67%
G=47.30%
B=11.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170193450.1200.770.2469.3262.1846.67
HexAAC12DC04D18453e2f
Octal25230155140115301057657
Binary1010101011000001101101110001001101110001000101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC12D; }

 p { color: rgb(170,193,45); }

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

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

 a { background-color: rgb(170,193,45); }

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

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

 span { border-color: rgb(170,193,45); }

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