#A1C418

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

Shades of Bahia #A1C418

Tints of Bahia #A1C418

Color information

#A1C418 (or 0xA1C418) is unknown color: approx Bahia. HEX triplet: A1, C4 and 18. RGB value is (161,196,24). Sum of RGB (Red+Green+Blue) = 161+196+24=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C418 is #5E3BE7. Grayscale: #A6A6A6. Windows color (decimal): -6175720 or 1623201. OLE color: 1623201.

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

Color convert

RGB16119624-
CMYK0.1800.880.23
HSL72.21º78.18%43.14%-
HSV(B)72.21º87.76%76.86%-
XYZ34.647.128.14-
YUV165.9347.9124.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 196 (76.95% from 255) = 51.44%
BLUE value IS 24 (9.77% from 255) = 6.30%
R=42.26%
G=51.44%
B=6.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161196240.1800.880.2372.2178.1843.14
HexA1C4181205817484e2b
Octal241304302201302711011653
Binary10100001110001001100010010010110001011110010001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C418; }

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

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

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

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

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

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

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

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