#A0C524

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

Shades of Bahia #A0C524

Tints of Bahia #A0C524

Color information

#A0C524 (or 0xA0C524) is unknown color: approx Bahia. HEX triplet: A0, C5 and 24. RGB value is (160,197,36). Sum of RGB (Red+Green+Blue) = 160+197+36=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C524 is #5F3ADB. Grayscale: #A8A8A8. Windows color (decimal): -6240988 or 2409888. OLE color: 2409888.

HSL color Cylindrical-coordinate representation of color #A0C524: hue angle of 73.79º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0C524 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB16019736-
CMYK0.1900.820.23
HSL73.79º69.1%45.69%-
HSV(B)73.79º81.73%77.25%-
XYZ34.7847.539.01-
YUV167.5853.74122.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 197 (77.34% from 255) = 50.13%
BLUE value IS 36 (14.45% from 255) = 9.16%
R=40.71%
G=50.13%
B=9.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160197360.1900.820.2373.7969.145.69
HexA0C52413052174a452e
Octal240305442301222711210556
Binary101000001100010110010010011010100101011110010101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C524; }

 p { color: rgb(160,197,36); }

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

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

 a { background-color: rgb(160,197,36); }

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

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

 span { border-color: rgb(160,197,36); }

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