#A3CA14

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

Shades of Bahia #A3CA14

Tints of Bahia #A3CA14

Color information

#A3CA14 (or 0xA3CA14) is unknown color: approx Bahia. HEX triplet: A3, CA and 14. RGB value is (163,202,20). Sum of RGB (Red+Green+Blue) = 163+202+20=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CA14 is #5C35EB. Grayscale: #AAAAAA. Windows color (decimal): -6043116 or 1362595. OLE color: 1362595.

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

Color convert

RGB16320220-
CMYK0.1900.900.21
HSL72.86º81.98%43.53%-
HSV(B)72.86º90.1%79.22%-
XYZ36.3550.088.41-
YUV169.5943.58123.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 202 (79.30% from 255) = 52.47%
BLUE value IS 20 (8.20% from 255) = 5.19%
R=42.34%
G=52.47%
B=5.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163202200.1900.900.2172.8681.9843.53
HexA3CA141305A1549522c
Octal243312242301322511112254
Binary10100011110010101010010011010110101010110010011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA14; }

 p { color: rgb(163,202,20); }

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

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

 a { background-color: rgb(163,202,20); }

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

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

 span { border-color: rgb(163,202,20); }

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