#a1c31a

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

Shades of Bahia #A1C31A

Tints of Bahia #A1C31A

Color information

#A1C31A (or 0xA1C31A) is unknown color: approx Bahia. HEX triplet: A1, C3 and 1A. RGB value is (161,195,26). Sum of RGB (Red+Green+Blue) = 161+195+26=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C31A is #5E3CE5. Grayscale: #A6A6A6. Windows color (decimal): -6175974 or 1754017. OLE color: 1754017.

HSL color Cylindrical-coordinate representation of color #A1C31A: hue angle of 72.07º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1C31A is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB16119526-
CMYK0.1700.870.24
HSL72.07º76.47%43.33%-
HSV(B)72.07º86.67%76.47%-
XYZ34.446.688.17-
YUV165.5749.24124.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 195 (76.56% from 255) = 51.05%
BLUE value IS 26 (10.55% from 255) = 6.81%
R=42.15%
G=51.05%
B=6.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161195260.1700.870.2472.0776.4743.33
HexA1C31A1105718484c2b
Octal241303322101273011011453
Binary10100001110000111101010001010101111100010010001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1c31a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1c31a; }

 p { color: rgb(161,195,26); }

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

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

 a { background-color: rgb(161,195,26); }

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

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

 span { border-color: rgb(161,195,26); }

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