#A0C514

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

Shades of Bahia #A0C514

Tints of Bahia #A0C514

Color information

#A0C514 (or 0xA0C514) is unknown color: approx Bahia. HEX triplet: A0, C5 and 14. RGB value is (160,197,20). Sum of RGB (Red+Green+Blue) = 160+197+20=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C514 is #5F3AEB. Grayscale: #A6A6A6. Windows color (decimal): -6241004 or 1361312. OLE color: 1361312.

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

Color convert

RGB16019720-
CMYK0.1900.900.23
HSL72.54º81.57%42.55%-
HSV(B)72.54º89.85%77.25%-
XYZ34.5947.468-
YUV165.7645.74123.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 197 (77.34% from 255) = 52.25%
BLUE value IS 20 (8.20% from 255) = 5.31%
R=42.44%
G=52.25%
B=5.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160197200.1900.900.2372.5481.5742.55
HexA0C5141305A1749522b
Octal240305242301322711112253
Binary10100000110001011010010011010110101011110010011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C514; }

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

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

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

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

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

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

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

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