#A1C412

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

Shades of Bahia #A1C412

Tints of Bahia #A1C412

Color information

#A1C412 (or 0xA1C412) is unknown color: approx Bahia. HEX triplet: A1, C4 and 12. RGB value is (161,196,18). Sum of RGB (Red+Green+Blue) = 161+196+18=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C412 is #5E3BED. Grayscale: #A5A5A5. Windows color (decimal): -6175726 or 1229985. OLE color: 1229985.

HSL color Cylindrical-coordinate representation of color #A1C412: hue angle of 71.8º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1C412 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB16119618-
CMYK0.1800.910.23
HSL71.8º83.18%41.96%-
HSV(B)71.8º90.82%76.86%-
XYZ34.5547.17.84-
YUV165.2444.9124.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 196 (76.95% from 255) = 52.27%
BLUE value IS 18 (7.42% from 255) = 4.8%
R=42.93%
G=52.27%
B=4.8%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161196180.1800.910.2371.883.1841.96
HexA1C4121205B1748532a
Octal241304222201332711012352
Binary10100001110001001001010010010110111011110010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C412; }

 p { color: rgb(161,196,18); }

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

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

 a { background-color: rgb(161,196,18); }

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

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

 span { border-color: rgb(161,196,18); }

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