#A0C01A

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

Shades of Bahia #A0C01A

Tints of Bahia #A0C01A

Color information

#A0C01A (or 0xA0C01A) is unknown color: approx Bahia. HEX triplet: A0, C0 and 1A. RGB value is (160,192,26). Sum of RGB (Red+Green+Blue) = 160+192+26=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C01A is #5F3FE5. Grayscale: #A4A4A4. Windows color (decimal): -6242278 or 1753248. OLE color: 1753248.

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

Color convert

RGB16019226-
CMYK0.1700.860.25
HSL71.57º76.15%42.75%-
HSV(B)71.57º86.46%75.29%-
XYZ33.5345.257.94-
YUV163.5150.4125.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 192 (75.39% from 255) = 50.79%
BLUE value IS 26 (10.55% from 255) = 6.88%
R=42.33%
G=50.79%
B=6.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160192260.1700.860.2571.5776.1542.75
HexA0C01A1105619484c2b
Octal240300322101263111011453
Binary10100000110000001101010001010101101100110010001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C01A; }

 p { color: rgb(160,192,26); }

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

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

 a { background-color: rgb(160,192,26); }

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

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

 span { border-color: rgb(160,192,26); }

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