#AAC012

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

Shades of Bahia #AAC012

Tints of Bahia #AAC012

Color information

#AAC012 (or 0xAAC012) is unknown color: approx Bahia. HEX triplet: AA, C0 and 12. RGB value is (170,192,18). Sum of RGB (Red+Green+Blue) = 170+192+18=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC012 is #553FED. Grayscale: #A6A6A6. Windows color (decimal): -5586926 or 1228970. OLE color: 1228970.

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

Color convert

RGB17019218-
CMYK0.1100.910.25
HSL67.59º82.86%41.18%-
HSV(B)67.59º90.62%75.29%-
XYZ35.5446.297.63-
YUV165.5944.71131.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 192 (75.39% from 255) = 50.53%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=44.74%
G=50.53%
B=4.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192180.1100.910.2567.5982.8641.18
HexAAC012B05B19445329
Octal252300221301333110412351
Binary1010101011000000100101011010110111100110001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC012; }

 p { color: rgb(170,192,18); }

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

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

 a { background-color: rgb(170,192,18); }

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

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

 span { border-color: rgb(170,192,18); }

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