#A1C61E

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

Shades of Bahia #A1C61E

Tints of Bahia #A1C61E

Color information

#A1C61E (or 0xA1C61E) is unknown color: approx Bahia. HEX triplet: A1, C6 and 1E. RGB value is (161,198,30). Sum of RGB (Red+Green+Blue) = 161+198+30=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C61E is #5E39E1. Grayscale: #A8A8A8. Windows color (decimal): -6175202 or 2016929. OLE color: 2016929.

HSL color Cylindrical-coordinate representation of color #A1C61E: hue angle of 73.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1C61E is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB16119830-
CMYK0.1900.850.22
HSL73.21º73.68%44.71%-
HSV(B)73.21º84.85%77.65%-
XYZ35.1348.068.65-
YUV167.7850.24123.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 198 (77.73% from 255) = 50.90%
BLUE value IS 30 (12.11% from 255) = 7.71%
R=41.39%
G=50.90%
B=7.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161198300.1900.850.2273.2173.6844.71
HexA1C61E1305516494a2d
Octal241306362301252611111255
Binary10100001110001101111010011010101011011010010011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C61E; }

 p { color: rgb(161,198,30); }

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

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

 a { background-color: rgb(161,198,30); }

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

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

 span { border-color: rgb(161,198,30); }

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