#A2C41E

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

Shades of Bahia #A2C41E

Tints of Bahia #A2C41E

Color information

#A2C41E (or 0xA2C41E) is unknown color: approx Bahia. HEX triplet: A2, C4 and 1E. RGB value is (162,196,30). Sum of RGB (Red+Green+Blue) = 162+196+30=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C41E is #5D3BE1. Grayscale: #A7A7A7. Windows color (decimal): -6110178 or 2016418. OLE color: 2016418.

HSL color Cylindrical-coordinate representation of color #A2C41E: hue angle of 72.29º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2C41E is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB16219630-
CMYK0.1700.850.23
HSL72.29º73.45%44.31%-
HSV(B)72.29º84.69%76.86%-
XYZ34.8747.258.51-
YUV166.9150.74124.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 196 (76.95% from 255) = 50.52%
BLUE value IS 30 (12.11% from 255) = 7.73%
R=41.75%
G=50.52%
B=7.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162196300.1700.850.2372.2973.4544.31
HexA2C41E110551748492c
Octal242304362101252711011154
Binary10100010110001001111010001010101011011110010001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C41E; }

 p { color: rgb(162,196,30); }

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

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

 a { background-color: rgb(162,196,30); }

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

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

 span { border-color: rgb(162,196,30); }

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